Skip to content

Remove JQ command requirement #23

Remove JQ command requirement

Remove JQ command requirement #23

Workflow file for this run

name: Test PR
on:
pull_request:
env:
GH_TOKEN: ${{ github.token }}
jobs:
test:
strategy:
matrix:
runs-on:
- ubuntu-latest
- macos-latest
name: Test (${{matrix.runs-on}})
runs-on: ${{matrix.runs-on}}
steps:
- uses: actions/checkout@v4
- run: ./backport.functions_tests