Skip to content

Commit 6a62c07

Browse files
authored
Reorder CI steps and restore Print invariants step
1 parent 263ffce commit 6a62c07

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,7 @@ jobs:
3333
docker run --rm --entrypoint bash invcon -c "
3434
java -version 2>&1 &&
3535
java -cp /app/daikon-5.8.6/daikon.jar daikon.Daikon --help 2>&1 | head -10
36-
"
37-
38-
- name: Print invariants
39-
run: |
40-
cat /tmp/invcon-out/0x0e9d46eed51a527db8f5c12a803eb7fddf4da332/TokenERC20.inv
36+
"
4137
4238
- name: Run smoke test
4339
env:
@@ -52,6 +48,10 @@ jobs:
5248
--workspace /home/realworldcontracts/ \
5349
| tee output.txt || true
5450
51+
- name: Print invariants
52+
run: |
53+
cat /tmp/invcon-out/0x0e9d46eed51a527db8f5c12a803eb7fddf4da332/TokenERC20.inv
54+
5555
- name: Validate output
5656
run: |
5757
grep -q "finished" output.txt || { echo "FAIL: invcon did not complete"; exit 1; }

0 commit comments

Comments
 (0)