Skip to content

Commit

Permalink
added test flag
Browse files Browse the repository at this point in the history
  • Loading branch information
okankoAMZ committed Nov 8, 2024
1 parent cb227c9 commit c5f5457
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-and-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ on:
repository:
default: ${{github.repository}}
type: string
test-image-before-upload:
description: "Run Test on the new container image"
default: true
type: boolean

jobs:
MakeBinary:
Expand Down Expand Up @@ -79,6 +83,7 @@ jobs:
platforms: linux/amd64, linux/arm64

e2e-test:
if: ${{inputs.test-image-before-upload}}
name: "Application Signals E2E Test"
needs: MakeBinary
uses: ./.github/workflows/application-signals-e2e-test.yml
Expand Down

0 comments on commit c5f5457

Please sign in to comment.