diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 04616aa..9e00f6f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -69,6 +69,8 @@ jobs: e2e: needs: check runs-on: ubuntu-latest + env: + E2E_TEST_OPTS: -v -count=1 steps: - uses: docker/setup-qemu-action@v3 with: