diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 82b7edf9..4ddf7bae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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