[CI]Try fixing github workflow by adding npm install

This commit is contained in:
Jimmy 2021-04-30 15:49:32 +08:00
parent 96944f704f
commit de43982b44
No known key found for this signature in database
GPG key ID: FAE75C760A4A5CC6

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