Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gerzse committed Jul 8, 2024
1 parent b9ae081 commit 8387597
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -155,10 +155,10 @@ jobs:
with:
fail_ci_if_error: false

build_and_test_package:
build-and-test-package:
name: Validate building and installing the package
runs-on: ubuntu-latest
needs: [run-tests]
needs: [resp2-tests, resp3-tests]
strategy:
fail-fast: false
matrix:
Expand All @@ -172,7 +172,7 @@ jobs:
run: |
bash .github/workflows/install_and_test.sh ${{ matrix.extension }}
install_package_from_commit:
install-package-from-commit:
name: Install package from commit hash
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit 8387597

Please sign in to comment.