Skip to content

Commit a6c03dc

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/e2e.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ jobs:
4747
run: |
4848
sudo apt-get update
4949
sudo apt-get install -y make
50-
make -f tests/Makefile ginkgo
5150
5251
- name: Run e2e test for ${{ matrix.label }}
5352
env:
@@ -60,7 +59,7 @@ jobs:
6059
echo "${{ secrets.AWS_SSH_KEY }}" > "$e2e_ssh_key"
6160
chmod 600 "$e2e_ssh_key"
6261
export E2E_SSH_KEY="$e2e_ssh_key"
63-
ginkgo -v --label-filter="${{ matrix.label }}" ./tests/...
62+
make -f tests/Makefile test GINKGO_ARGS="--label-filter='${{ matrix.label }}'"
6463
6564
- name: Archive Ginkgo logs
6665
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)