Skip to content

Update to action-deploy-clojars #70

Update to action-deploy-clojars

Update to action-deploy-clojars #70

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@v1
- 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