Skip to content

bump to helidon 4.0.7 #189

bump to helidon 4.0.7

bump to helidon 4.0.7 #189

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Prepare java
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: '21'
- name: Install clojure tools
uses: DeLaGuardo/[email protected]
with:
cli: 1.11.1.1182
- name: Run tests
run: clojure -X:test s-exp.hirundo-test-runner/run