this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ci(e2e): use step timeout for workflow run

Khue Doan 6edaa2b2 7cf7ebd2

+2 -2
+2 -2
.github/workflows/test-e2e.yml
··· 56 56 grep -Rni 'GSSAPIAuthentication' /etc/ssh || true 57 57 58 58 - name: Run end-to-end test 59 + timeout-minutes: 30 59 60 run: | 60 61 mkdir -p "$NIXIE_E2E_WORKDIR" 61 - timeout --signal=TERM 60m \ 62 - sudo env PATH="$PATH" NIXIE_E2E_WORKDIR="$NIXIE_E2E_WORKDIR" "$(command -v nix)" run --print-build-logs ./examples#e2e 62 + sudo env PATH="$PATH" NIXIE_E2E_WORKDIR="$NIXIE_E2E_WORKDIR" "$(command -v nix)" run --print-build-logs ./examples#e2e 63 63 64 64 - name: Show harness logs on failure 65 65 if: failure()