This repository was archived by the owner on Dec 26, 2023. It is now read-only.
File tree 2 files changed +35
-3
lines changed
2 files changed +35
-3
lines changed Original file line number Diff line number Diff line change 1
1
on : [push]
2
2
3
3
jobs :
4
- local_test :
4
+ public_test :
5
5
runs-on : ubuntu-latest
6
6
name : Install Bats common libs
7
7
steps :
Original file line number Diff line number Diff line change 25
25
uses : actions/checkout@v2
26
26
- name : Setup BATS
27
27
uses : mig4/setup-bats@v1
28
- - name : Install Bats-libs
29
- uses : ./
28
+ - name : Setup Bats libs
29
+ uses :
brokenpip3/[email protected]
30
+
30
31
```
31
32
32
33
## Inputs
34
+
35
+ ### Bats-support
36
+
37
+ * ` support-version ` : Bats-support version, default to latest
38
+ * required: ` false `
39
+ * default: ` 0.3.0 `
40
+
41
+ * ` support-path ` : Bats-support path
42
+ * required: ` false `
43
+ * default: ` /usr/lib/bats-support `
44
+
45
+ ### Bats-assert
46
+
47
+ * ` assert-version ` : Bats-assert version, default to latest
48
+ * required: ` false `
49
+ * default: ` 0.2.0 `
50
+
51
+ * ` assert-path ` : Bats-assert path
52
+ * required: ` false `
53
+ * default: ` /usr/lib/bats-assert `
54
+
55
+ ### Bats-detik
56
+
57
+ * ` detik-version ` : Bats-detik version, default to latest
58
+ * required: ` false `
59
+ * default: ` 1.1.0 `
60
+
61
+ * ` detik-path ` : Bats-detik path
62
+ * required: ` false `
63
+ * default: ` /usr/lib/bats-detik `
64
+
You can’t perform that action at this time.
0 commit comments