Skip to content

bump ftr

bump ftr #624

Workflow file for this run

# This is a basic workflow to help you get started with Actions
name: test
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
fetch-depth: 0
submodules: 'recursive'
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
distribution: "temurin"
java-version: "18"
- name: Setup Babashka
uses: turtlequeue/[email protected]
with:
babashka-version: 0.8.156
- uses: DeLaGuardo/[email protected]
with:
cli: 1.11.1.1155
- run: git config --global user.email "[email protected]" && git config --global user.name "zen-lang/fhir GH Action — test"
- run: bb ci-test