Skip to content

Merge pull request #96 from yetanalytics/update-actions #444

Merge pull request #96 from yetanalytics/update-actions

Merge pull request #96 from yetanalytics/update-actions #444

Workflow file for this run

name: CI
on: [push]
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@v4
- name: Setup CI Environment
uses: yetanalytics/action-setup-env@v2
- name: Run make target ${{ matrix.target }}
run: make ${{ matrix.target }}