Skip to content

Lock conformance tests to 1.0.3 for now (#87) #354

Lock conformance tests to 1.0.3 for now (#87)

Lock conformance tests to 1.0.3 for now (#87) #354

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
test:
strategy:
matrix:
target: [test-lib-clj, test-lib-cljs, test-conformance-clj-sync, test-conformance-clj-async, test-conformance-cljs, npm-audit]
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Setup CI Environment
uses: yetanalytics/actions/setup-env@v0.0.4
- name: Run make target ${{ matrix.target }}
run: make ${{ matrix.target }}