Skip to content

Commit

Permalink
Put all together, cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh committed Mar 3, 2024
1 parent b5ddbd9 commit df874ec
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/deployment_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,17 +53,11 @@ jobs:
- name: Start server
run: nohup pnpm --filter plone-vite-ssr start:prod &

- name: /etc/hosts
run: cat /etc/hosts

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

- name: Run tests
run: curl http://localhost:3000 || true
- name: Wait for it
run: packages/scripts/node_modules/.bin/wait-on --httpTimeout 20000 http-get://127.0.0.1:8080/Plone http://127.0.0.1:3000

- name: Run tests
run: curl http://127.0.0.1:3000 || true
run: node packages/scripts/check_deployment.js

- name: Stop backend
run: make stop-backend-docker-detached

0 comments on commit df874ec

Please sign in to comment.