Skip to content

Merge pull request #42 from yetanalytics/2024 #207

Merge pull request #42 from yetanalytics/2024

Merge pull request #42 from yetanalytics/2024 #207

Workflow file for this run

name: CI
on: push
jobs:
test:
strategy:
matrix:
target: [test-clj, test-cljs]
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 Tests
run: make ${{ matrix.target }}