Skip to content

Commit

Permalink
Import the correct schema
Browse files Browse the repository at this point in the history
  • Loading branch information
christeredvartsen committed Sep 4, 2021
1 parent 0cfc6f4 commit 69688da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ jobs:
run: composer install

- name: Create database tables
run: psql postgresql://imbo_test:imbo_test@127.0.0.1:5555/imbo_test -f ./vendor/imbo/imbo-mysql-adapters/setup/000-imbo.sql
run: psql postgresql://imbo_test:imbo_test@127.0.0.1:5555/imbo_test -f ./vendor/imbo/imbo-postgresql-adapters/setup/000-imbo.sql

- name: Start PHP web server
run: |
Expand Down

0 comments on commit 69688da

Please sign in to comment.