Skip to content

Commit

Permalink
CI: assume --version
Browse files Browse the repository at this point in the history
  • Loading branch information
dex4er committed Apr 25, 2023
1 parent 24f20f7 commit 3cd336e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Test plugin
uses: asdf-vm/actions/plugin-test@v1
with:
command: granted --version
command: assume --version; granted --version

macos:
runs-on: macos-latest
Expand All @@ -45,4 +45,4 @@ jobs:
- name: Test plugin
uses: asdf-vm/actions/plugin-test@v1
with:
command: granted --version
command: assume --version; granted --version
2 changes: 1 addition & 1 deletion bin/install
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ install() {
local download_filename="granted_${version}_${platform}_${arch}.tar.gz"
local download_url="https://releases.commonfate.io/granted/${prefix}${version}/${download_filename}"

echo "Downloading Granted from ${download_url}"
echo "Downloading from ${download_url}"

pushd "${tmp_download_dir}" >/dev/null

Expand Down

0 comments on commit 3cd336e

Please sign in to comment.