Skip to content

Commit

Permalink
Update build-and-test.yml
Browse files Browse the repository at this point in the history
Try this without the explicit npm install
  • Loading branch information
sdreher authored Jan 23, 2021
1 parent cc8ff1c commit 1a62f79
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: npm install
run: npm install
- name: Build with Makefile
run: make
- name: Run Integration Tests
Expand Down

0 comments on commit 1a62f79

Please sign in to comment.