Skip to content

Commit 5e5f70a

Browse files
committed
move ctf validate around
1 parent 5cc745a commit 5e5f70a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/tests.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,6 @@ jobs:
4747
ls -al test-ctf/
4848
ls -al test-ctf/challenges
4949
50-
- name: Validate CTF structure
51-
# Run this in the test-ctf directory
52-
working-directory: test-ctf
53-
run: |
54-
ctf validate
55-
5650
- name: ctf version
5751
working-directory: test-ctf
5852
run: |
@@ -142,6 +136,12 @@ jobs:
142136
./install-opentofu.sh --install-method deb
143137
rm -f install-opentofu.sh
144138
139+
- name: Validate CTF structure
140+
# Run this in the test-ctf directory
141+
working-directory: test-ctf
142+
run: |
143+
ctf validate
144+
145145
- name: Deployment check
146146
working-directory: test-ctf
147147
run: |

0 commit comments

Comments
 (0)