We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a3228c commit 3a8c409Copy full SHA for 3a8c409
.github/workflows/tests_alpha.yml
@@ -38,9 +38,9 @@ jobs:
38
brew install z3
39
40
- name: check if roc files are properly formatted
41
- run: ROC=./roc_alpha/roc ./ci_scripts/check_format.sh
+ run: ROC=roc ./ci_scripts/check_format.sh
42
43
- - run: ROC=./roc_alpha/roc ./ci_scripts/all_tests.sh
+ - run: ROC=roc ./ci_scripts/all_tests.sh
44
45
- name: Checks if every folder in examples is mentioned in ./examples/index.md
46
run: bash ./ci_scripts/check_index.sh
0 commit comments