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

Commit

Permalink
chore update bats-detik to 1.2.1 and bats-file to 0.4.0 (#17)
Browse files Browse the repository at this point in the history
* chore update detik and file

* fix file permission
  • Loading branch information
brokenpip3 authored Nov 5, 2023
1 parent f74bdb7 commit c82e30f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Bats and bats libs
uses: brokenpip3/setup-bats-libs@1.0.0
uses: brokenpip3/setup-bats-libs@1.5.2
```
## Libraries Path
Expand Down Expand Up @@ -59,11 +59,11 @@ The caching mechanism for the `bats binary` is always available. However, the ca
| assert-path | `/usr/lib/bats-assert` | false | Bats-assert path |
| assert-clean | `true` | false | Bats-assert: clean temp files |
| detik-install | `true` | false | Bats-detik installation |
| detik-version | `1.2.0` | false | Bats-detik version |
| detik-version | `1.2.1` | false | Bats-detik version |
| detik-path | `/usr/lib/bats-detik` | false | Bats-detik path |
| detik-clean | `true` | false | Bats-detik: clean temp files |
| file-install | `true` | false | Bats-file installation |
| file-version | `0.3.0` | false | Bats-file version |
| file-version | `0.4.0` | false | Bats-file version |
| file-path | `/usr/lib/bats-file` | false | Bats-file path |
| file-clean | `true` | false | Bats-file: clean temp files |

Expand Down
4 changes: 2 additions & 2 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ inputs:
detik-version:
description: "Bats-detik version, default to latest"
required: false
default: "1.2.0"
default: "1.2.1"
detik-path:
description: "Bats-detik path, default to /usr/lib/bats-detik"
required: false
Expand All @@ -72,7 +72,7 @@ inputs:
file-version:
description: "Bats-file version, default to latest"
required: false
default: "0.3.0"
default: "0.4.0"
file-path:
description: "Bats-file path, default to /usr/lib/bats-file"
required: false
Expand Down
2 changes: 1 addition & 1 deletion tests/1-example-tests.bats
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ setup() {
run stat -c "%a" testing/example
assert_success
assert_output 644
assert_file_permission 644 /path/to/permission
assert_file_permission 644 testing/example
assert_success
}

Expand Down

0 comments on commit c82e30f

Please sign in to comment.