Skip to content

Commit 97e0792

Browse files
committed
chore: fix path to integration tests
1 parent fdab30a commit 97e0792

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,3 @@ jobs:
2828
id-token: write
2929
packages: write
3030
pull-requests: write
31-
32-
dependency-review:
33-
uses: ./.github/workflows/wc-dependency-review.yml
34-
with:
35-
runner-labels: ubuntu-latest
36-
permissions:
37-
contents: read
38-
pull-requests: write

.github/workflows/wc-build-push-test.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,13 @@ jobs:
3434
dockerfile: .devcontainer/${{ matrix.flavor }}/Dockerfile
3535
image-name: ${{ github.repository }}-${{ matrix.flavor }}
3636

37+
dependency-review:
38+
needs: build-push
39+
uses: ./.github/workflows/wc-dependency-review.yml
40+
permissions:
41+
contents: read
42+
pull-requests: write
43+
3744
integration-test:
3845
strategy:
3946
matrix:
@@ -43,7 +50,7 @@ jobs:
4350
uses: ./.github/workflows/wc-integration-test.yml
4451
with:
4552
image-name: ${{ github.repository }}-${{ matrix.flavor }}
46-
test-file: test/${{ matrix.flavor }}/integration.bats
53+
test-file: test/${{ matrix.flavor }}/integration-tests.bats
4754
runner-labels: ${{ matrix.runner }}
4855

4956
acceptance-test:

0 commit comments

Comments
 (0)