Skip to content

Commit ee41cf0

Browse files
authored
Update node-e2e.yml
1 parent c9e1130 commit ee41cf0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/node-e2e.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
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}}
@@ -54,7 +54,8 @@ jobs:
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}}

0 commit comments

Comments
 (0)