Skip to content

Commit 8737961

Browse files
meta: reverted ci-db-testing
1 parent de72cef commit 8737961

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/cicd.yml

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

0 commit comments

Comments
 (0)