Skip to content

Fix CI: move test command to shell script to avoid YAML quoting issues #6

Fix CI: move test command to shell script to avoid YAML quoting issues

Fix CI: move test command to shell script to avoid YAML quoting issues #6

Workflow file for this run

name: Tests
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 21
- uses: DeLaGuardo/setup-clojure@12.5
with:
cli: latest
- name: Run core tests
run: bash bin/run-tests.sh