Skip to content

Commit

Permalink
CI: install goss / dgoss
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryan Latten committed Dec 19, 2021
1 parent 025a15b commit f6cf050
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ jobs:
-
name: Checkout
uses: actions/checkout@v2
-
name: Install goss
run: |
curl -fsSL https://goss.rocks/install | sh
curl -L https://raw.githubusercontent.com/aelsabbahy/goss/master/extras/dgoss/dgoss -o /usr/local/bin/dgoss
chmod +rx /usr/local/bin/dgoss
-
name: Detect host configuration
run: |
Expand Down

0 comments on commit f6cf050

Please sign in to comment.