Skip to content

Commit

Permalink
fix(ci): missing bats
Browse files Browse the repository at this point in the history
  • Loading branch information
Yehonal committed Aug 21, 2024
1 parent 972509e commit a2f1e12
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test-generate-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ jobs:
with:
fetch-depth: 1

- name: Install Bats
run: |
sudo apt-get update
sudo apt-get install -y bats
- name: Run test-generate-files.sh
run: |
chmod +x tests/test-generate-files.sh
Expand Down

0 comments on commit a2f1e12

Please sign in to comment.