Skip to content

Commit

Permalink
Installing smoke binary from Github
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaprieto committed Jan 9, 2023
1 parent 29bda73 commit 405fc24
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -262,6 +262,24 @@ jobs:
run: |
echo "$HOME/.local/bin" >> $GITHUB_PATH
- name: Download Smoke binary (Linux)
uses: giantswarm/install-binary-action@VERSION
if: runner.os == 'macOS'
with:
binary: "smoke"
version: "2.3.1"
download_url: "https://github.com/SamirTalwar/smoke/releases/download/v2.3.1/smoke-v2.3.1-Darwin-x86_64"
smoke_test: "${binary} --version"

- name: Download Smoke binary (Linux)
uses: giantswarm/install-binary-action@VERSION
if: runner.os == 'macOS'
with:
binary: "smoke"
version: "2.3.1"
download_url: "https://github.com/SamirTalwar/smoke/releases/download/v2.3.1/smoke-v2.3.1-Linux-x86_64"
smoke_test: "${binary} --version"

- name : Smoke testing (Linux)
id: smoke-linux
if: runner.os == 'Linux'
Expand Down

0 comments on commit 405fc24

Please sign in to comment.