Skip to content

Commit 45a9085

Browse files
committed
Run app signals tests
1 parent c37b9f8 commit 45a9085

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/build-test-artifacts.yml

+1-10
Original file line numberDiff line numberDiff line change
@@ -96,19 +96,10 @@ jobs:
9696
TerraformAWSAssumeRole: ${{ vars.TERRAFORM_AWS_ASSUME_ROLE_CN }}
9797
Bucket: ${{ vars.S3_INTEGRATION_BUCKET_CN }}
9898

99-
StartIntegrationTests:
100-
needs: [ BuildAndUploadPackages, BuildAndUploadITAR, BuildAndUploadCN, BuildDocker ]
101-
if: ${{ inputs.test-image-before-upload }}
102-
runs-on: ubuntu-latest
103-
steps:
104-
- run: gh workflow run integration-test.yml --ref ${{ github.ref_name }} --repo $GITHUB_REPOSITORY -f build_run_id=${{ github.run_id }} -f build_sha=${{ github.sha }}
105-
env:
106-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
107-
10899
StartApplicationSignalsE2ETests:
109100
needs: [ BuildAndUploadPackages, BuildAndUploadITAR, BuildAndUploadCN, BuildDocker ]
110101
# Workflow only runs against main
111-
if: ${{ contains(github.ref_name, 'main') && inputs.test-image-before-upload }}
102+
if: ${{ inputs.test-image-before-upload }}
112103
runs-on: ubuntu-latest
113104
steps:
114105
- run: gh workflow run application-signals-e2e-test.yml --ref ${{ github.ref_name }} --repo $GITHUB_REPOSITORY -f build_run_id=${{ github.run_id }} -f build_sha=${{ github.sha }}

0 commit comments

Comments
 (0)