Skip to content

Add Ruby Query and test case (#22) #44

Add Ruby Query and test case (#22)

Add Ruby Query and test case (#22) #44

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}-${{ github.ref_name != 'main' || github.sha }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha || github.sha }}
- name: Download parse binary
run: ./download_parse.sh
- name: Run tests
run: ./test.sh