Skip to content

docs + remove search-files tool #143

docs + remove search-files tool

docs + remove search-files tool #143

Workflow file for this run

name: Tests
on:
push:
branches:
- master
paths-ignore:
- 'README.md'
- 'CHANGELOG.md'
- 'resources/ECA_VERSION'
- 'docs/**'
- 'images/**'
- 'mkdocs.yml'
- '.github/workflows/nightly.yml'
- '.github/workflows/docs.yml'
- '.github/workflows/release.yml'
pull_request:
jobs:
unit-test:
runs-on: ${{matrix.os}}
strategy:
fail-fast: false
matrix:
os: [ubuntu-22.04]
jdk: [17]
include:
- os: windows-latest
jdk: 17
- os: macos-latest
jdk: 17
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up JDK ${{ matrix.jdk }}
uses: actions/setup-java@v1
with:
java-version: ${{ matrix.jdk }}
- name: Install Clojure
uses: DeLaGuardo/setup-clojure@master
with:
cli: '1.12.0.1495'
bb: '0.9.161'
- name: Run tests
run: bb test