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 53fb411 commit 6b490a6Copy full SHA for 6b490a6
.github/workflows/tests_nightly.yml
@@ -40,9 +40,9 @@ jobs:
40
brew install z3
41
42
- name: check if roc files are properly formatted
43
- run: ROC=./roc_nightly/roc ./ci_scripts/check_format.sh
+ run: ROC=roc ./ci_scripts/check_format.sh
44
45
- - run: ROC=./roc_nightly/roc ./ci_scripts/all_tests.sh
+ - run: ROC=roc ./ci_scripts/all_tests.sh
46
47
- name: Checks if every folder in examples is mentioned in ./examples/index.md
48
run: bash ./ci_scripts/check_index.sh
0 commit comments