Skip to content

Commit

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

- name: inspect run
- name: Install bats
run: |
sudo apt-get install bats
- name: bats run
working-directory: ./
run: |
FEATURES_PATH=tests/fixtures/features/ go run main.go inspect
bats tests/test_scan_command.bats

0 comments on commit b6ae2b5

Please sign in to comment.