Skip to content

Use generated openapi julia client #5

Use generated openapi julia client

Use generated openapi julia client #5

name: Julia test on PRs
on:
pull_request:
# branches:
# - main
paths:
- "RemoteBMI.jl/src/**"
- "RemoteBMI.jl/test/**"
- "RemoteBMI.jl/*.toml"
types: [opened, synchronize, reopened]
concurrency:
# Skip intermediate builds: always.
# Cancel intermediate builds: only if it is a pull request build.
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}
jobs:
test:
uses: ./.github/workflows/JuliaReusableTest.yml
with:
os: ubuntu-latest
version: "1"
arch: x64
allow_failure: false
run_codecov: true