File tree Expand file tree Collapse file tree 2 files changed +8
-9
lines changed
Expand file tree Collapse file tree 2 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 :
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 :
You can’t perform that action at this time.
0 commit comments