Skip to content

Commit

Permalink
Start and test app in post-publish tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Hilzu committed Jul 22, 2024
1 parent f43b06d commit 9427b33
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,8 @@ jobs:
- name: Run tests
run: ${{ matrix.package-manager }} test
working-directory: project
- name: Start app
run: ${{ matrix.package-manager }} start &
working-directory: project
- name: Test app
run: curl --fail --silent --show-error --max-time 10 localhost:3000

0 comments on commit 9427b33

Please sign in to comment.