Skip to content

Commit 046be5a

Browse files
committed
ci: Add matrix for e2e focus suites
1 parent 6e507b9 commit 046be5a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/checks.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,10 @@ jobs:
5858
runs-on: ubuntu-22.04
5959
permissions:
6060
checks: write
61+
strategy:
62+
matrix:
63+
E2E_FOCUS:
64+
- "\\[Docker\\]"
6165
steps:
6266
- name: Check out code
6367
uses: actions/checkout@v4
@@ -80,7 +84,7 @@ jobs:
8084
${{ runner.os }}-go-
8185
8286
- name: Run e2e tests
83-
run: devbox run -- make e2e-test
87+
run: devbox run -- make e2e-test E2E_FOCUS='${{ matrix.E2E_FOCUS }}'
8488
env:
8589
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8690

0 commit comments

Comments
 (0)