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 b9ae081 commit 8387597Copy full SHA for 8387597
.github/workflows/integration.yaml
@@ -155,10 +155,10 @@ jobs:
155
with:
156
fail_ci_if_error: false
157
158
- build_and_test_package:
+ build-and-test-package:
159
name: Validate building and installing the package
160
runs-on: ubuntu-latest
161
- needs: [run-tests]
+ needs: [resp2-tests, resp3-tests]
162
strategy:
163
fail-fast: false
164
matrix:
@@ -172,7 +172,7 @@ jobs:
172
run: |
173
bash .github/workflows/install_and_test.sh ${{ matrix.extension }}
174
175
- install_package_from_commit:
+ install-package-from-commit:
176
name: Install package from commit hash
177
178
0 commit comments