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 26
26
with :
27
27
node-version : ${{ matrix.node-version }}
28
28
- run : npm install
29
- - name : " Run E2E Tests "
29
+ # - name: "Check if deployment is done "
30
30
# env:
31
31
# VERCEL_TOKEN: ${{secrets.VERCEL_TOKEN}}
32
32
# VERCEL_API: ${{secrets.VERCEL_API}}
54
54
# VERCEL_URI=$(curl -H "$VERCEL_TOKEN" "$VERCEL_API$GIT_SHA" | jq -r '.deployments[0].url')
55
55
# echo ${VERCEL_URI} for ${GITHUB_SHA} with ${GIT_SHA} - ${GITHUB_REF} - ${GITHUB_HEAD_REF} - ${VERCEL_API}
56
56
# 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
58
59
env :
59
60
BROWSERSTACK_USER : ${{secrets.BROWSERSTACK_USER}}
60
61
BROWSERSTACK_ACCESSKEY : ${{secrets.BROWSERSTACK_ACCESSKEY}}
You can’t perform that action at this time.
0 commit comments