Skip to content

Commit

Permalink
add npm install to git workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
madz-lw committed Dec 14, 2023
1 parent 7d64c94 commit 511d3eb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
- name: Install dependent libraries
run: sudo apt-get install libpq-dev

- name: Install Node.js dependencies
run: npm install

- name: Setup database
env:
RAILS_ENV: test
Expand Down

0 comments on commit 511d3eb

Please sign in to comment.