[CI]Try fixing github workflow by adding npm install

This commit is contained in:
Jimmy 2021-04-30 15:49:32 +08:00 committed by CactusPuppy
parent de7caffbf5
commit c7533b4a33
No known key found for this signature in database
GPG key ID: 4B33B0A3E15E2C82

View file

@ -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