Skip to content

Commit

Permalink
Run npm i --production via bash
Browse files Browse the repository at this point in the history
Naturally, `|| true` syntax is not valid for PowerShell.
  • Loading branch information
Mihails Strasuns committed Nov 18, 2019
1 parent 75d06c5 commit 6784d5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Expand Up @@ -34,6 +34,7 @@ jobs:

- name: Install action dependencies
if: (! startsWith(github.ref, 'v'))
shell: bash
run: npm install --production || true

- run: brew install gnupg
Expand Down

0 comments on commit 6784d5e

Please sign in to comment.