Skip to content

Commit f6cf050

Browse files
author
Bryan Latten
committed
CI: install goss / dgoss
1 parent 025a15b commit f6cf050

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ jobs:
2525
-
2626
name: Checkout
2727
uses: actions/checkout@v2
28+
-
29+
name: Install goss
30+
run: |
31+
curl -fsSL https://goss.rocks/install | sh
32+
curl -L https://raw.githubusercontent.com/aelsabbahy/goss/master/extras/dgoss/dgoss -o /usr/local/bin/dgoss
33+
chmod +rx /usr/local/bin/dgoss
2834
-
2935
name: Detect host configuration
3036
run: |

0 commit comments

Comments
 (0)