Skip to content

Merge pull request #3 from yetanalytics/copyright-update-2025 #8

Merge pull request #3 from yetanalytics/copyright-update-2025

Merge pull request #3 from yetanalytics/copyright-update-2025 #8

Workflow file for this run

name: CI
on: push
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
target: [test]
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Setup CI Environment
uses: yetanalytics/[email protected]
with:
java-version: "11"
java-distribution: "temurin"
node-version: "16"
clojure-version: "1.11.1.1165"
- name: Run make target ${{ matrix.target }}
run: make ${{ matrix.target }}