Skip to content

Commit a9fc676

Browse files
committed
fix workflows
1 parent a38c434 commit a9fc676

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878

7979
- name: Set up and run contract tests with pytest
8080
run: |
81-
bash contract-tests/set-up-contract-tests.sh
81+
bash scripts/set-up-contract-tests.sh
8282
pip install pytest
8383
pytest contract-tests/tests
8484

.github/workflows/pr_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ jobs:
4646

4747
- name: Set up and run contract tests with pytest
4848
run: |
49-
bash contract-tests/set-up-contract-tests.sh
49+
bash scripts/set-up-contract-tests.sh
5050
pip install pytest
5151
pytest contract-tests/tests

0 commit comments

Comments
 (0)