Skip to content
This repository has been archived by the owner on Dec 26, 2023. It is now read-only.

Commit

Permalink
update public action as well
Browse files Browse the repository at this point in the history
  • Loading branch information
brokenpip3 committed Dec 12, 2021
1 parent cf54b53 commit 58d5e13
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test-public-action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Setup BATS
uses: mig4/setup-bats@v1
- name: Setup Bats libs
uses: brokenpip3/setup-bats-libs@0.0.3
uses: brokenpip3/setup-bats-libs@0.1.0
with:
support-clean: "false"
assert-clean: "false"
Expand All @@ -28,3 +28,7 @@ jobs:
run: |
cd /tmp/bats-detik/
bats tests
- name: Execute test to check Bats-file
run: |
cd /tmp/bats-file/
bats test

0 comments on commit 58d5e13

Please sign in to comment.