Skip to content

Commit

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

0 comments on commit eb6f75d

Please sign in to comment.