Skip to content

Commit

Permalink
Update build-and-test.yml
Browse files Browse the repository at this point in the history
try removing this step
  • Loading branch information
sdreher authored Jan 23, 2021
1 parent f82bd5b commit cc8ff1c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ 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 cc8ff1c

Please sign in to comment.