File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 2626 with :
2727 node-version : ${{ matrix.node-version }}
2828 - run : npm install
29- - name : " Run E2E Tests "
29+ # - name: "Check if deployment is done "
3030 # env:
3131 # VERCEL_TOKEN: ${{secrets.VERCEL_TOKEN}}
3232 # VERCEL_API: ${{secrets.VERCEL_API}}
5454 # VERCEL_URI=$(curl -H "$VERCEL_TOKEN" "$VERCEL_API$GIT_SHA" | jq -r '.deployments[0].url')
5555 # echo ${VERCEL_URI} for ${GITHUB_SHA} with ${GIT_SHA} - ${GITHUB_REF} - ${GITHUB_HEAD_REF} - ${VERCEL_API}
5656 # VERCEL_URL="https://${VERCEL_URI}" npm run test:e2e:ci
57- - run : VERCEL_URL="https://react-jsonschema-form-material-ui-${{ github.event.inputs.vercelId }}.vercel.app" npm run test:e2e:ci
57+ - name : " Run E2E Tests"
58+ run : VERCEL_URL="https://react-jsonschema-form-material-ui-${{ github.event.inputs.vercelId }}.vercel.app" npm run test:e2e:ci
5859 env :
5960 BROWSERSTACK_USER : ${{secrets.BROWSERSTACK_USER}}
6061 BROWSERSTACK_ACCESSKEY : ${{secrets.BROWSERSTACK_ACCESSKEY}}
You can’t perform that action at this time.
0 commit comments