Skip to content

CI: - commented-out code; - macos-11 workaround (#521) #112

CI: - commented-out code; - macos-11 workaround (#521)

CI: - commented-out code; - macos-11 workaround (#521) #112

Workflow file for this run

name: tests
on: [pull_request, push]
jobs:
tests:
strategy:
fail-fast: false
matrix:
os:
- ubuntu-24.04
- ubuntu-22.04
- macos-15-intel
- macos-15
- macos-14
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- run: git clone https://github.com/bats-core/bats-core.git --depth=1 -b v1.2.0 bats
- run: bats/bin/bats --tap test