From 8229e8214029da134c8826164e202b8e9cb452c6 Mon Sep 17 00:00:00 2001 From: David Griffin Date: Wed, 20 Nov 2024 12:18:41 -0800 Subject: [PATCH] Run validate script! --- .github/workflows/test.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 833ed62..398f02f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 \ No newline at end of file