Skip to content

Update github tests workflow #315

Update github tests workflow

Update github tests workflow #315

Workflow file for this run

name: Test
on:
push:
branches:
- master
pull_request:
types:
- opened
- synchronize
env:
#bump to clear caches
ACTION_CACHE_VERSION: 'v1'
concurrency:
group: ${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
test-clj:
strategy:
matrix:
java: ['11', '21', '25']
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v5
with:
distribution: 'zulu'
java-version: ${{ matrix.java }}
- uses: DeLaGuardo/[email protected]
with:
cli: 1.12.3.1577
- run: clojure -M:dev -m promesa.tests.main
test-cljs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v5
with:
distribution: 'zulu'
java-version: '25'
- uses: actions/setup-node@v4
with:
node-version: '24.12.0'
cache: 'npm'
- uses: DeLaGuardo/[email protected]
with:
cli: 1.12.3.1577
- run: |
corepack enable
corepack install
yarn install
yarn run test
test-bb:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DeLaGuardo/[email protected]
with:
bb: latest
- run: |
bb test:bb