1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-14 22:33:52 -05:00

Merge pull request #1545 from rbenv/use-bats-core

Use bats-core instead of archived version
This commit is contained in:
Hiroshi SHIBATA
2023-12-25 12:49:09 +09:00
committed by GitHub

View File

@@ -12,6 +12,6 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Install bats - name: Install bats
run: git clone --depth 1 https://github.com/sstephenson/bats.git run: git clone --depth 1 --branch v1.10.0 https://github.com/bats-core/bats-core.git bats
- name: Run tests - name: Run tests
run: PATH="./bats/bin:$PATH" test/run run: PATH="./bats/bin:$PATH" test/run