Skip to content

Commit

Permalink
[NVSHAS-9630] Improve bat setup
Browse files Browse the repository at this point in the history
  • Loading branch information
pohanhuangtw committed Nov 12, 2024
1 parent 53829e3 commit 3917ec7
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,14 @@ jobs:
name: build
runs-on: ubuntu-latest
steps:
- name: Checkout BATS
uses: actions/checkout@v4
with:
repository: bats-core/bats-core
ref: v1.11.0

- name: Setup BATS
run: |
git clone https://github.com/bats-core/bats-core.git
cd bats-core
git checkout tags/v1.11.0
sudo ./install.sh /usr/local
- name: Check out code
Expand Down

0 comments on commit 3917ec7

Please sign in to comment.