Skip to content

Bump org.clojure:clojure from 1.9.0 to 1.11.2 #78

Bump org.clojure:clojure from 1.9.0 to 1.11.2

Bump org.clojure:clojure from 1.9.0 to 1.11.2 #78

Workflow file for this run

# This is a basic workflow to help you get started with Actions
name: CI
# Controls when the workflow will run
on: [push, pull_request, workflow_dispatch]
jobs:
test:
# The type of runner that the job will run on
runs-on: ubuntu-latest
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup CI environment
uses: yetanalytics/action-setup-env@v2
- name: Execute Clojure Tests
run: clojure -A:dev -m xapi-schema.runner
- name: Build ClojureScript Tests
run: clojure -A:dev -m cljs.main -co build.test.edn -c
- name: Run ClojureScript Tests
run: node out/main.js