Skip to content

Commit 8387597

Browse files
committed
Fix CI
1 parent b9ae081 commit 8387597

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/integration.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,10 +155,10 @@ jobs:
155155
with:
156156
fail_ci_if_error: false
157157

158-
build_and_test_package:
158+
build-and-test-package:
159159
name: Validate building and installing the package
160160
runs-on: ubuntu-latest
161-
needs: [run-tests]
161+
needs: [resp2-tests, resp3-tests]
162162
strategy:
163163
fail-fast: false
164164
matrix:
@@ -172,7 +172,7 @@ jobs:
172172
run: |
173173
bash .github/workflows/install_and_test.sh ${{ matrix.extension }}
174174
175-
install_package_from_commit:
175+
install-package-from-commit:
176176
name: Install package from commit hash
177177
runs-on: ubuntu-latest
178178
strategy:

0 commit comments

Comments
 (0)