We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de72cef commit 8737961Copy full SHA for 8737961
.github/workflows/cicd.yml
@@ -89,14 +89,10 @@ jobs:
89
cpm install TAP::Parser::SourceHandler::pgTAP
90
env:
91
SHELL: /bin/bash
92
- - name: Initialize database
+ - name: Initialize database and run tests
93
run: |
94
bash db/cli/init_db.sh
95
- - name: Apply migrations
96
- run: |
97
bash db/cli/apply_all_migrations.sh
98
- - name: Run tests
99
100
bash db/cli/run_tests.sh
101
102
DATABASE: test_postgres
0 commit comments