Skip to content

Commit

Permalink
test12
Browse files Browse the repository at this point in the history
  • Loading branch information
guyrenny committed Nov 13, 2023
1 parent 1bf029e commit c99fe1e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,21 +105,27 @@ 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
cd "tests/${{ matrix.package }}"
terraform apply -auto-approve
fi
- name: Add Sleep Before Step
run: sleep 20s

- name: send log to log group
continue-on-error: true
run: |
aws logs put-log-events \
--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: |
Expand Down

0 comments on commit c99fe1e

Please sign in to comment.