Skip to content

Commit 8cf6d44

Browse files
committed
fix workflows
1 parent 3ca1fa8 commit 8cf6d44

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
@@ -39,7 +39,7 @@ jobs:
3939

4040
- name: Set up and run contract tests with pytest
4141
run: |
42-
bash contract-tests/set-up-contract-tests.sh
42+
bash scripts/set-up-contract-tests.sh
4343
pip install pytest
4444
pytest contract-tests/tests
4545

0 commit comments

Comments
 (0)