diff --git a/.github/workflows/tf-acc-test.yaml b/.github/workflows/tf-acc-test.yaml index 17ace8ad..9024873d 100644 --- a/.github/workflows/tf-acc-test.yaml +++ b/.github/workflows/tf-acc-test.yaml @@ -47,6 +47,11 @@ jobs: start=$(date +%s%N) echo "start=$start" >> ${GITHUB_ENV} + - name: debug + shell: bash + run: | + echo "start_time: ${{ steps.start_time.outputs.start_time }}" + - name: Notify uses: ./.github/actions/notify with: