Skip to content

Commit

Permalink
ci: Add matrix for e2e focus suites
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmidyson committed Feb 19, 2024
1 parent a291791 commit 8aabac1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ jobs:
runs-on: ubuntu-22.04
permissions:
checks: write
strategy:
matrix:
PROVIDER:
- Docker
steps:
- name: Check out code
uses: actions/checkout@v4
Expand All @@ -80,7 +84,7 @@ jobs:
${{ runner.os }}-go-
- name: Run e2e tests
run: devbox run -- make e2e-test
run: devbox run -- make e2e-test E2E_FOCUS='\[${{ matrix.PROVIDER }}\]'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 8aabac1

Please sign in to comment.