Skip to content

Add nopath, novar, and noblank tests for colls #156

Add nopath, novar, and noblank tests for colls

Add nopath, novar, and noblank tests for colls #156

Workflow file for this run

name: CI
on: push
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
target: [test-clj, test-cljs]
steps:
- name: Checkout project
uses: actions/checkout@v3
- name: Setup CI Environment
uses: yetanalytics/actions/[email protected]
- name: Run Makefile target ${{ matrix.target }}
run: make ${{ matrix.target }}