Skip to content

Commit

Permalink
Fix DEPLOY_NAME env var for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
huntharo committed Apr 9, 2023
1 parent b22cbf9 commit d8ff2fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@ jobs:
BASE_URL: https://${{ env.EDGE_DOMAIN }}${{ env.PREFIX }}/
DEMO_AND_ROOT_APP_VER: '${{ env.PACKAGE_VERSION }}'
NEXTJS_DEMO_APP_VER: '${{ needs.build.outputs.nextjsDemoAppPackageVersion }}'
DEPLOY_TYPE: ${{ matrix.deployName }}
DEPLOY_NAME: ${{ matrix.deployName }}
run: |
npm run test:integration
Expand Down

0 comments on commit d8ff2fa

Please sign in to comment.