Skip to content

Merge pull request #24 from yetanalytics/2024 #109

Merge pull request #24 from yetanalytics/2024

Merge pull request #24 from yetanalytics/2024 #109

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 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 }}