From 3c06260974b2a97014083f11563a52de020f7b31 Mon Sep 17 00:00:00 2001 From: Lacey-Anne Sanderson Date: Wed, 1 May 2024 19:10:48 -0600 Subject: [PATCH] Add flyway migrate even though the docker init script should have. --- .github/workflows/ALL-testMigrate.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ALL-testMigrate.yml b/.github/workflows/ALL-testMigrate.yml index fc9b8fb1..8ef2a014 100644 --- a/.github/workflows/ALL-testMigrate.yml +++ b/.github/workflows/ALL-testMigrate.yml @@ -24,4 +24,5 @@ jobs: # Runs the PHPUnit tests. - name: Run Flyway Migrations run: | + docker exec chadodocker flyway baseline docker exec chadodocker flyway migrate