Skip to content

Commit

Permalink
Fix tests, add PLONE_API_PATH=http://localhost:8080/Plone
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh committed Dec 8, 2024
1 parent ceb876c commit d569eb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/api-first.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ jobs:
run: pnpm --filter plone-remix build

- name: Start server
run: nohup pnpm --filter plone-remix start:prod &
run: PLONE_API_PATH=http://localhost:8080/Plone nohup pnpm --filter plone-remix start:prod &

- name: Wait
run: packages/scripts/node_modules/.bin/wait-on --httpTimeout 20000 http-get://127.0.0.1:8080/Plone
Expand Down Expand Up @@ -267,7 +267,7 @@ jobs:
run: pnpm --filter plone-rr7 build

- name: Start server
run: nohup pnpm --filter plone-rr7 start:prod &
run: PLONE_API_PATH=http://localhost:8080/Plone nohup pnpm --filter plone-rr7 start:prod &

- name: Wait
run: packages/scripts/node_modules/.bin/wait-on --httpTimeout 20000 http-get://127.0.0.1:8080/Plone
Expand Down

0 comments on commit d569eb8

Please sign in to comment.