Skip to content

Commit

Permalink
wip(e2e)
Browse files Browse the repository at this point in the history
  • Loading branch information
arikkfir committed Sep 8, 2023
1 parent 72e1522 commit edcfc78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
working-directory: e2e
- run: |
UPLOAD_URL="gs://${BUCKET_NAME}/${BUCKET_PATH}/"
WEB_URL="https://playwright.kfirs.com/${BUCKET_PATH}/html/index.html"
WEB_URL="https://playwright.kfirs.com/${BUCKET_PATH}/index.html"
gcloud storage cp -r -P ./playwright-report/* "${UPLOAD_URL}"
touch comment.txt
Expand Down

0 comments on commit edcfc78

Please sign in to comment.