chore: modify test action
[skip ci]
This commit is contained in:
parent
6dda34d87f
commit
888452ed45
1 changed files with 1 additions and 1 deletions
2
.github/workflows/tf-acc-test.yaml
vendored
2
.github/workflows/tf-acc-test.yaml
vendored
|
|
@ -97,7 +97,7 @@ jobs:
|
|||
echo "time=$(date --rfc-3339=ns)" >> ${GITHUB_ENV}
|
||||
end=$(date +%s%N)
|
||||
echo "end=${end}" >> ${GITHUB_ENV}
|
||||
start="${{ steps.start_time.outputs.start }}"
|
||||
start=${{ steps.start_time.outputs.start }}
|
||||
diff=$((end-start))
|
||||
duration=$(printf "%s.%s" "${diff:0: -9}" "${diff: -9:3}")
|
||||
echo "duration=${duration}" >> ${GITHUB_ENV}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue