Skip to content

Commit 96ad7f1

Browse files
committed
Test fix
1 parent 4022cb7 commit 96ad7f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-vercel-staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ jobs:
220220
221221
# Wait for deployment to be ready, before running E2E (otherwise Cypress might start testing too early, and gets redirected to Vercel's "Login page", and tests fail)
222222
- name: Awaiting Vercel deployment to be ready
223-
uses: UnlyEd/github-action-await-vercel@v1.2.13 # See https://github.com/UnlyEd/github-action-await-vercel
223+
uses: UnlyEd/github-action-await-vercel@vfix-lib-path # See https://github.com/UnlyEd/github-action-await-vercel
224224
id: await-vercel
225225
env:
226226
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}

0 commit comments

Comments
 (0)