fix: CI: install node and sass in coverage workflow
This commit is contained in:
parent
79a8b6586c
commit
926cf3fe08
1 changed files with 7 additions and 0 deletions
7
.github/workflows/coverage.yml
vendored
7
.github/workflows/coverage.yml
vendored
|
@ -62,6 +62,13 @@ jobs:
|
|||
profile: minimal
|
||||
override: true
|
||||
|
||||
- uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: "16.x"
|
||||
|
||||
- name: download deps
|
||||
run: make dev-env
|
||||
|
||||
- name: Apply migrations
|
||||
run: make migrate
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue