We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7de06bb commit a6c03dcCopy full SHA for a6c03dc
.github/workflows/e2e.yaml
@@ -47,7 +47,6 @@ jobs:
47
run: |
48
sudo apt-get update
49
sudo apt-get install -y make
50
- make -f tests/Makefile ginkgo
51
52
- name: Run e2e test for ${{ matrix.label }}
53
env:
@@ -60,7 +59,7 @@ jobs:
60
59
echo "${{ secrets.AWS_SSH_KEY }}" > "$e2e_ssh_key"
61
chmod 600 "$e2e_ssh_key"
62
export E2E_SSH_KEY="$e2e_ssh_key"
63
- ginkgo -v --label-filter="${{ matrix.label }}" ./tests/...
+ make -f tests/Makefile test GINKGO_ARGS="--label-filter='${{ matrix.label }}'"
64
65
- name: Archive Ginkgo logs
66
uses: actions/upload-artifact@v4
0 commit comments