Skip to content

Commit

Permalink
fix: update test case
Browse files Browse the repository at this point in the history
Signed-off-by: Junjie Gao <[email protected]>
  • Loading branch information
JeyJeyGao committed Nov 21, 2023
1 parent 404438d commit 31e6265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
artifactName=notation-azure-kv_0.0.1_linux_amd64.tar.gz
checksum=$(shasum -a 256 "./bin/artifacts/$artifactName" | awk '{print $1}')
echo "pluginChecksum=$checksum" >> $GITHUB_ENV
echo "pluginDownloadURL=http://localhost:8080/$artifactName" >> $GITHUB_ENV
echo "pluginDownloadURL=http://localhost:8000/$artifactName" >> $GITHUB_ENV
- name: Prepare container registry
run: |
Expand Down

0 comments on commit 31e6265

Please sign in to comment.