We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 171b197 commit c58ceb2Copy full SHA for c58ceb2
.github/workflows/tests.yml
@@ -6,13 +6,13 @@ jobs:
6
fail-fast: false
7
matrix:
8
os:
9
- - ubuntu-24.04
10
- - ubuntu-22.04
11
- - macos-15-intel
+ # - ubuntu-24.04
+ # - ubuntu-22.04
+ # - macos-15-intel
12
- macos-15
13
- - macos-14
+ # - macos-14
14
runs-on: ${{ matrix.os }}
15
steps:
16
- uses: actions/checkout@v2
17
- - run: git clone https://github.com/bats-core/bats-core.git --depth=1 -b v1.2.0 bats
+ - run: git clone https://github.com/bats-core/bats-core.git --depth=1 -b v1.10.0 bats
18
- run: bats/bin/bats --tap test
0 commit comments