mirror of
https://github.com/pyenv/pyenv-virtualenv.git
synced 2026-09-10 07:16:18 -04:00
Use Bats v1.10.0
This commit is contained in:
parent
b83e2c3c83
commit
4785e89a3b
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
|
@ -14,5 +14,5 @@ jobs:
|
|||
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: git clone https://github.com/bats-core/bats-core.git --depth=1 -b v1.10.0 bats
|
||||
- run: bats/bin/bats --tap test
|
||||
|
|
|
|||
Loading…
Reference in a new issue