Skip to content

Commit

Permalink
[drop] test binary
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Weiße <[email protected]>
  • Loading branch information
daniel-weisse committed Nov 18, 2024
1 parent 929ff5d commit e79f0d0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/e2e-test-provider-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e79f0d0

Please sign in to comment.