From 992e678c3c1fab375840e612b1399506f2b475de Mon Sep 17 00:00:00 2001 From: "Marcel S. Henselin" Date: Fri, 27 Mar 2026 16:56:54 +0100 Subject: [PATCH] fix: try fix empty outputs [skip ci] --- .github/workflows/tf-acc-test.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tf-acc-test.yaml b/.github/workflows/tf-acc-test.yaml index 9024873d..7e1f4911 100644 --- a/.github/workflows/tf-acc-test.yaml +++ b/.github/workflows/tf-acc-test.yaml @@ -100,6 +100,7 @@ jobs: - name: set end time id: end_time run: | + set -e echo "end_time=$(date --rfc-3339=ns)" >> ${GITHUB_ENV} end=$(date +%s%N) echo "end=${end}" >> ${GITHUB_ENV} @@ -107,7 +108,7 @@ jobs: diff=$((end-start)) echo "diff=${diff}" duration=$(printf "%s.%s" "${diff:0: -9}" "${diff: -9:3}") - echoh "duration=${duration}" + echo "duration=${duration}" echo "duration=${duration}" >> ${GITHUB_ENV} - name: Notify