We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66a7165 commit e9b0466Copy full SHA for e9b0466
1 file changed
.github/workflows/bench.yaml
@@ -13,14 +13,14 @@ jobs:
13
bench:
14
runs-on: ubuntu-latest
15
steps:
16
- - name: Install latest version of go
17
- uses: actions/setup-go@v6
18
- with:
19
- go-version-file: 'go.mod'
20
- name: Check out repository code
21
uses: actions/checkout@v4
22
with:
23
repository: richardlehane/provisioner
+ - name: Install latest version of go
+ uses: actions/setup-go@v6
+ with:
+ go-version-file: 'go.mod'
24
- name: Install provisioner
25
run: go install github.com/richardlehane/provisioner
26
- name: Provision develop
0 commit comments