Skip to content

Commit

Permalink
fix build, localtion of skript changed
Browse files Browse the repository at this point in the history
  • Loading branch information
msavolainen-gofore committed Nov 25, 2024
1 parent c5dc975 commit 9e2c88c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -526,8 +526,8 @@ jobs:
include_e2e: true
- run:
name: Waiting for compose stack to be up...
working_directory: *workspace_evaka_frontend
command: ./wait-for-url.sh "http://localhost:9999/api/internal/dev-api"
working_directory: *workspace_root
command: ./evaka/compose/e2e/playwright/bin/wait-for-url.sh "http://localhost:9999/api/internal/dev-api"
- run:
name: Run E2E tests
working_directory: *workspace_turku_frontend
Expand Down

0 comments on commit 9e2c88c

Please sign in to comment.