We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74a077a commit 07725bbCopy full SHA for 07725bb
.github/workflows/integration.yml
@@ -36,7 +36,7 @@ jobs:
36
working-directory: ./frontend
37
38
- name: Build Java Simulator via Python (run.py)
39
- run: python3 run.py --job3
+ run: python3 run.py --job 3
40
41
- name: Run Integration Tests
42
run: pytest integration-tests/test_full_workflow.py -s
0 commit comments