Skip to content

Commit

Permalink
Use jq
Browse files Browse the repository at this point in the history
  • Loading branch information
pluma committed May 27, 2022
1 parent 98a31a6 commit 2190062
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
ref: gh-pages
path: gh-pages

- run: apt install jq -y
- run: npm install -g npm@7
- run: npm install

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:

steps:
- uses: actions/checkout@v2
- run: apt install jq -y
- run: npm install -g npm@7
- run: npm install
- run: npm test
Expand All @@ -52,6 +53,7 @@ jobs:

steps:
- uses: actions/checkout@v2
- run: apt install jq -y
- run: npm install -g npm@7
- run: npm install
- run: node smoke-test.js
Expand Down

0 comments on commit 2190062

Please sign in to comment.