[CI]Try fixing github workflow by adding npm install
This commit is contained in:
parent
96944f704f
commit
de43982b44
1 changed files with 6 additions and 0 deletions
6
.github/workflows/spec.yml
vendored
6
.github/workflows/spec.yml
vendored
|
|
@ -38,6 +38,12 @@ jobs:
|
|||
with:
|
||||
ruby-version: 2.6.6
|
||||
bundler-cache: true
|
||||
- name: Use Node.js
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: '12.x'
|
||||
- name: Install dependencies
|
||||
run: npm install
|
||||
- name: Prepare spec
|
||||
run: |
|
||||
rm -f osem_test osem_development
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue