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 a38c434 commit a9fc676Copy full SHA for a9fc676
.github/workflows/main_build.yml
@@ -78,7 +78,7 @@ jobs:
78
79
- name: Set up and run contract tests with pytest
80
run: |
81
- bash contract-tests/set-up-contract-tests.sh
+ bash scripts/set-up-contract-tests.sh
82
pip install pytest
83
pytest contract-tests/tests
84
.github/workflows/pr_build.yml
@@ -46,6 +46,6 @@ jobs:
46
47
48
49
50
51
0 commit comments