Skip to content

Commit

Permalink
Assume jq is present
Browse files Browse the repository at this point in the history
  • Loading branch information
pluma4345 committed Sep 1, 2022
1 parent e98b7ba commit 679d494
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: apt-get update && apt-get install jq -y
- run: npm install -g npm@8
- run: npm install
- run: npm test
Expand All @@ -49,7 +48,6 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: apt-get update && apt-get install jq -y
- run: npm install -g npm@8
- run: npm install
- run: npm test
Expand Down

0 comments on commit 679d494

Please sign in to comment.