Skip to content

Commit

Permalink
feat(*): add bats assertion capability (#15)
Browse files Browse the repository at this point in the history
* feat: add bats assertion capability

* actually put the change in the right place
  • Loading branch information
rfay authored Aug 25, 2023
1 parent e4b0d44 commit efc93f3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@ runs:
- name: Environment setup
shell: bash
run: |
brew install bats-core mkcert
# For bats-assert and friends
brew tap kaos/shell
brew install bats-core bats-assert bats-support jq mkcert yq
mkcert -install
- uses: actions/checkout@v3
Expand Down

0 comments on commit efc93f3

Please sign in to comment.