Skip to content

Commit de72cef

Browse files
meta: split steps for ci-db-testing
1 parent 711c657 commit de72cef

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/cicd.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,14 @@ jobs:
8989
cpm install TAP::Parser::SourceHandler::pgTAP
9090
env:
9191
SHELL: /bin/bash
92-
- name: Initialize database and run tests
92+
- name: Initialize database
9393
run: |
9494
bash db/cli/init_db.sh
95+
- name: Apply migrations
96+
run: |
9597
bash db/cli/apply_all_migrations.sh
98+
- name: Run tests
99+
run: |
96100
bash db/cli/run_tests.sh
97101
env:
98102
DATABASE: test_postgres

0 commit comments

Comments
 (0)