Skip to content

Commit

Permalink
Install dependencies for GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sschmid committed May 13, 2024
1 parent d0eda90 commit 6c0e27d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: recursive
- run: brew install bash
- run: brew install bash fzf
- run: brew install --cask keepassxc
- run: test/bats/bin/bats --tap test

0 comments on commit 6c0e27d

Please sign in to comment.