Skip to content

Commit

Permalink
change workflow config to fix build process
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilbiela committed Apr 17, 2020
1 parent 5934e74 commit c42795e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: '12.x'
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: npm run build --if-present
- run: npm test
Expand Down

0 comments on commit c42795e

Please sign in to comment.