Skip to content

Commit

Permalink
install bats in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolemah99 committed Jul 8, 2024
1 parent dfc09d1 commit bd717d7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
- name: Initialize and update submodules
run: git submodule update --init --recursive

- name: Install Bats
run: sudo apt-get install bats -y

- name: Change directory to cli_meter
run: cd cli_meter

Expand Down

0 comments on commit bd717d7

Please sign in to comment.