Skip to content

Commit

Permalink
Add jaq to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
wader committed Nov 19, 2024
1 parent 636ae7e commit 26feb70
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,14 @@ jobs:
curl -Ls 'https://github.com/itchyny/gojq/releases/download/v0.12.16/gojq_v0.12.16_linux_amd64.tar.gz' | tar xz
mv gojq*/gojq gojq
PATH="$PWD:$PATH" make test-jqjq JQ=gojq
test-jqjq-jaq:
name: Run tests with jqjq using jaq
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: |
curl -sOLJ 'https://github.com/01mf02/jaq/releases/download/v2.0.0-epsilon/jaq-x86_64-unknown-linux-gnu'
mv jaq-x86_64-unknown-linux-gnu jaq
chmod a+x jaq
PATH="$PWD:$PATH" make test-jqjq JQ=jaq

0 comments on commit 26feb70

Please sign in to comment.