From c99fe1e5dfabca8b6a7d9a4b12c83eafc8a6326c Mon Sep 17 00:00:00 2001 From: guyrenny Date: Mon, 13 Nov 2023 18:16:42 +0200 Subject: [PATCH] test12 --- .github/workflows/test.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e04fbf64..e513970d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -105,7 +105,7 @@ jobs: if [[ ${{ matrix.package }} != "locals_variables" ]]; then cd "tests/${{ matrix.package }}" terraform apply -auto-approve - fi + - name: Terraform apply run: | if [[ ${{ matrix.package }} != "locals_variables" ]]; then @@ -113,6 +113,9 @@ jobs: terraform apply -auto-approve fi + - name: Add Sleep Before Step + run: sleep 20s + - name: send log to log group continue-on-error: true run: | @@ -120,6 +123,9 @@ jobs: --log-group-name "gr-test" --log-stream-name "test2" \ --log-events "[{\"timestamp\": $(date +%s)000, \"message\": \"This is a log message sent to CloudWatch.\"}]" + - name: Add Sleep Before Step + run: sleep 20s + - name: Validate Lambda Function continue-on-error: true run: |