Skip to content

Commit

Permalink
[NVSHAS-9630] Update the way to setup Bats
Browse files Browse the repository at this point in the history
  • Loading branch information
pohanhuangtw committed Nov 12, 2024
1 parent 5959b7f commit 47e8157
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ jobs:
steps:
- name: Setup BATS
run: |
sudo apt-get update
sudo apt-get install -y bats
git clone https://github.com/bats-core/bats-core.git
cd bats-core
git checkout v1.7.0
sudo ./install.sh /usr/local
- name: Check out code
uses: actions/checkout@v4
Expand Down

0 comments on commit 47e8157

Please sign in to comment.