Skip to content

Commit

Permalink
fix GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Feb 1, 2022
1 parent a4836bd commit a975a9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: '16'
- run: npm install
- run: npm ci
- run: make
- run: make lint
- run: make test
Expand Down

0 comments on commit a975a9a

Please sign in to comment.