Skip to content

Commit 3a8c409

Browse files
authored
fix roc path
1 parent 3a3228c commit 3a8c409

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests_alpha.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ jobs:
3838
brew install z3
3939
4040
- name: check if roc files are properly formatted
41-
run: ROC=./roc_alpha/roc ./ci_scripts/check_format.sh
41+
run: ROC=roc ./ci_scripts/check_format.sh
4242

43-
- run: ROC=./roc_alpha/roc ./ci_scripts/all_tests.sh
43+
- run: ROC=roc ./ci_scripts/all_tests.sh
4444

4545
- name: Checks if every folder in examples is mentioned in ./examples/index.md
4646
run: bash ./ci_scripts/check_index.sh

0 commit comments

Comments
 (0)