Skip to content

Commit 2aaa740

Browse files
Use makefile from e2e matrix
Signed-off-by: Carlos Eduardo Arango Gutierrez <[email protected]>
1 parent 7de06bb commit 2aaa740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
echo "${{ secrets.AWS_SSH_KEY }}" > "$e2e_ssh_key"
6161
chmod 600 "$e2e_ssh_key"
6262
export E2E_SSH_KEY="$e2e_ssh_key"
63-
ginkgo -v --label-filter="${{ matrix.label }}" ./tests/...
63+
make -f tests/Makefile test GINKGO_ARGS="--label-filter='${{ matrix.label }}'"
6464
6565
- name: Archive Ginkgo logs
6666
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)