Skip to content

Commit 5cc745a

Browse files
committed
move ctf version around
1 parent 431657a commit 5cc745a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,6 @@ jobs:
4040
run: |
4141
ctf init test-ctf
4242
43-
- name: ctf version
44-
run: |
45-
ctf version
46-
4743
- name: Copy CTF files
4844
run: |
4945
mkdir -p test-ctf/challenges
@@ -57,6 +53,11 @@ jobs:
5753
run: |
5854
ctf validate
5955
56+
- name: ctf version
57+
working-directory: test-ctf
58+
run: |
59+
ctf version
60+
6061
- name: CTF stats
6162
# Run this in the test-ctf directory
6263
working-directory: test-ctf

0 commit comments

Comments
 (0)