Skip to content

Commit

Permalink
fix github action invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
finn-tbd committed Nov 9, 2023
1 parent 3a9e0b8 commit 5f586a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ runs:
bin="${GITHUB_ACTION_PATH}/web5-test-harness"
wget --quiet -O "${bin}" "https://github.com/TBD54566975/sdk-development/releases/download/${spec_test_version}/web5-test-harness-linux-amd64"
chmod +x "${bin}"
"${bin}" one .web5-spec
"${bin}" one
shell: bash

0 comments on commit 5f586a3

Please sign in to comment.