Skip to content

Commit

Permalink
fix: Run AppStream version of the tests (#683)
Browse files Browse the repository at this point in the history
Co-authored-by: Tim Nguyen <thingut@amazon.com>
  • Loading branch information
nguyen102 and Tim Nguyen authored Aug 27, 2021
1 parent dcd05c8 commit 31231ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-integ-appstream-egress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
run: pnpm install
working-directory: main/integration-tests
- name: Run integration tests
run: ./scripts/run-integration-tests.sh ${STAGE_NAME}
run: ./scripts/run-integration-tests.sh ${STAGE_NAME} AppStreamEgress
working-directory: ./
env:
DEPLOYMENT_BUCKET: ${{ secrets.DEPLOYMENT_BUCKET_APPSTREAM_EGRESS}}
Expand All @@ -94,7 +94,7 @@ jobs:
run: pnpm install
working-directory: main/end-to-end-tests
- name: Run cypress test
run: pnpm run cypress:run-tests:github
run: pnpm run cypress:run-tests:github:appstream-egress-enabled
working-directory: main/end-to-end-tests
env:
# Env parameters for cypress tests need header 'CYPRESS_' or 'cypress_'
Expand Down

0 comments on commit 31231ae

Please sign in to comment.