Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ jobs:
enable-edge-tag: ${{ github.event_name == 'merge_group' }}
image-name: ${{ github.repository }}-${{ matrix.flavor }}
integration-test-file: test/${{ matrix.flavor }}/integration-tests.bats
acceptance-test-path: ${{ matrix.flavor == 'cpp' && 'test/cpp/features' || '' }}
test-devcontainer-file: ${{ matrix.flavor == 'cpp' && '.devcontainer/cpp-test/devcontainer.json' || '' }}
acceptance-test-path: ${{ (github.actor == 'dependabot[bot]' || matrix.flavor != 'cpp') && '' || 'test/cpp/features' }}
test-devcontainer-file: .devcontainer/${{ matrix.flavor }}-test/devcontainer.json
Comment thread
rjaegers marked this conversation as resolved.
Outdated

dependency-review:
name: 🔍 Dependency Review
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/wc-acceptance-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
test:
name: Acceptance Test
runs-on: ubuntu-latest
environment: acceptance-testing
steps:
Comment thread
rjaegers marked this conversation as resolved.
- uses: step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2
with:
Expand Down
Loading