Skip to content

Fix #343: support :reload for reloading CLJS namespaces and JS code #9

Fix #343: support :reload for reloading CLJS namespaces and JS code

Fix #343: support :reload for reloading CLJS namespaces and JS code #9

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build:
runs-on: windows-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Git checkout
uses: actions/checkout@v4
with:
fetch-depth: 1
submodules: 'true'
- name: Cache deps
uses: actions/cache@v2
id: cache-deps
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('deps.edn') }}
restore-keys: ${{ runner.os }}-maven-
- name: Prepare java
uses: actions/setup-java@v2
with:
distribution: 'adopt-hotspot'
java-version: '19'
- name: Install clojure tools
uses: DeLaGuardo/setup-clojure@5.0
with:
cli: latest
bb: latest
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
- name: Run tests
run: |
bb ci:test