From e79f0d0d3e2aabef9de0d049384309e2c75b0567 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Wei=C3=9Fe?= Date: Mon, 18 Nov 2024 11:21:20 +0100 Subject: [PATCH] [drop] test binary MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Daniel Weiße --- .github/workflows/e2e-test-provider-example.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/e2e-test-provider-example.yml b/.github/workflows/e2e-test-provider-example.yml index 642df209b2..d05c8d2080 100644 --- a/.github/workflows/e2e-test-provider-example.yml +++ b/.github/workflows/e2e-test-provider-example.yml @@ -75,6 +75,16 @@ jobs: with: ref: ${{ inputs.ref || github.head_ref }} + - name: Test timeout + run: | + echo "Test timeout" + timeout 20s sleep 5s + + - name: exit + run: | + echo "exit" + exit 1 + - name: Get Latest Image id: find-latest-image uses: ./.github/actions/find_latest_image