Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Bouquillon committed Nov 22, 2023
1 parent 0f22589 commit 5a0499c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/review-auto.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,5 @@ jobs:
with:
install: false
working-directory: ./packages/app
config: pageLoadTimeout=100000,baseUrl=${{ env.SITE_URL }}
config: "pageLoadTimeout=100000,baseUrl=${{ env.SITE_URL }}"
wait-on: "${{ env.SITE_URL }}"
3 changes: 2 additions & 1 deletion .github/workflows/review.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,5 @@ jobs:
with:
install: false
working-directory: ./packages/app
config: pageLoadTimeout=100000,baseUrl=${{ env.SITE_URL }}
config: "pageLoadTimeout=100000,baseUrl=${{ env.SITE_URL }}"
wait-on: "${{ env.SITE_URL }}"

0 comments on commit 5a0499c

Please sign in to comment.