Skip to content

Commit

Permalink
fix: yaml indentation error
Browse files Browse the repository at this point in the history
  • Loading branch information
merrcury committed Sep 26, 2024
1 parent 2ef8a74 commit 2f8adbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reusable-web-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ jobs:
REACT_APP_LAUNCH_DARKLY_CLIENT_SIDE_ID: ''
NOVU_ENTERPRISE: ${{ steps.determine_run_type.outputs.enterprise_run }}
run: |
pnpm run envsetup:docker
pnpm start:static:build &
pnpm run envsetup:docker
pnpm start:static:build &
- name: Wait on Services
run: wait-on --timeout=180000 http://127.0.0.1:1340/v1/health-check http://127.0.0.1:4200/
Expand Down

0 comments on commit 2f8adbb

Please sign in to comment.