From b874968652d52f3288d4692eb5650c6f3a327186 Mon Sep 17 00:00:00 2001 From: Ivan Pozdeev Date: Wed, 12 Oct 2022 20:52:09 +0300 Subject: [PATCH] Enable the rest; use newer bats --- .github/workflows/tests.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5ea694f..72a0898 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -7,9 +7,9 @@ jobs: matrix: os: - ubuntu-22.04 - #- ubuntu-20.04 - #- macos-12 - #- macos-11 + - ubuntu-20.04 + - macos-12 + - macos-11 runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2 @@ -28,5 +28,5 @@ jobs: # run: | # echo $PYENV_ROOT # echo "$PYENV_ROOT/shims:$PYENV_ROOT/bin" >> $GITHUB_PATH - - run: git clone --depth=1 https://github.com/sstephenson/bats.git + - run: git clone https://github.com/bats-core/bats-core.git --depth=1 -b v1.2.0 bats - run: bats/bin/bats --tap test