Skip to content

gligoric/fib on macOS #82

gligoric/fib on macOS

gligoric/fib on macOS #82

Workflow file for this run

name: test (macOS)
run-name: ${{ github.ref_name }} on macOS
on: [push, pull_request]
env:
bversion: 3
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
Test:
runs-on: macos-latest
steps:
- name: Checkout the repo
uses: actions/checkout@v4
# We change the depth to find changed files.
with:
fetch-depth: 2
- run: bash --version
- name: Print configuration
run: ./src/internal/ci ci_config $bversion
- name: Run tests
run: ./src/internal/ci ci_test $bversion