Skip to content

Commit

Permalink
Run validate script!
Browse files Browse the repository at this point in the history
  • Loading branch information
David Griffin committed Nov 20, 2024
1 parent 8634c04 commit 8229e82
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,7 @@ jobs:
- name: Setup Test Database
run: ./test/setup.sh

- name: Run sample app
run: ./gradlew build
- name: Test sample app
run: |
./gradlew bootRun &
./test/validate.sh

0 comments on commit 8229e82

Please sign in to comment.