Skip to content

Commit

Permalink
Update build-and-test.yml
Browse files Browse the repository at this point in the history
add test database creation
  • Loading branch information
sdreher authored Jan 23, 2021
1 parent eb6f75d commit 3fad606
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
- 5432:5432
steps:
- uses: actions/checkout@v2
- name: Create Test Database
run: psql -c 'create database test_mediathread;' -U postgres
- name: npm install
run: npm install
- name: Build with Makefile
Expand Down

0 comments on commit 3fad606

Please sign in to comment.