Skip to content

Commit

Permalink
spot
Browse files Browse the repository at this point in the history
  • Loading branch information
weiherelationalai committed Jun 20, 2023
1 parent fc705b6 commit d855ecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ runs:
CUSTOM_HEADERS: ${{ inputs.custom_headers }}
RunId: ${{ github.run_id }}
run: |
runId = ${{ format('rai-sdk-go-{0}', github.run_id}}
runId = rai-sdk-go-${{ github.run_id }}
go test -v -timeout 30m ./rai -e $runId -d $runId
shell: bash

0 comments on commit d855ecb

Please sign in to comment.