Skip to content

Commit

Permalink
changing the bat install
Browse files Browse the repository at this point in the history
  • Loading branch information
nabim777 committed Aug 23, 2023
1 parent 0ee6d89 commit 08eda92
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,12 @@ jobs:
- name: Display Go version
run: go version

- name: Install bats
run: |
sudo apt-get install bats
- name: Setup Bats
uses: mig4/setup-bats@v1
with:
bats-version: 1.2.1

- name: bats run
working-directory: ./
working-directory: ./tests
run: |
bats tests/test_scan_command.bats
bats test_scan_command.bats

0 comments on commit 08eda92

Please sign in to comment.