Skip to content

Commit

Permalink
fixup!
Browse files Browse the repository at this point in the history
  • Loading branch information
brokenpip3 committed Sep 15, 2024
1 parent b1077b6 commit c11017d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test-local-action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ jobs:
cd ${TMP_PATH}/bats-file/
bats test
- name: Execute example tests
env:
BATS_LIB_PATH: ${{ steps.setup-bats.outputs.bats-lib-path }}
shell: bash
run:
bats -T -p tests
Expand Down Expand Up @@ -133,6 +135,8 @@ jobs:
cd ${TMP_PATH}/bats-file/
bats test
- name: Execute example tests
env:
BATS_LIB_PATH: ${{ steps.setup-bats.outputs.bats-lib-path }}
shell: bash
run:
bats -T -p tests

0 comments on commit c11017d

Please sign in to comment.