Skip to content

Commit

Permalink
test11
Browse files Browse the repository at this point in the history
  • Loading branch information
guyrenny committed Nov 13, 2023
1 parent 11b161c commit 75bf4ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
run: |
logGroupName=$(aws logs describe-log-groups --log-group-name-prefix '/aws/lambda/Coralogix-CloudWatch-' --query 'logGroups[-1].logGroupName' --output text)
aws logs filter-log-events \
--log-group-name "/aws/lambda/$logGroupName" \
--log-group-name $logGroupName \
--filter-pattern "ERROR"
# - name: Terraform destroy
Expand Down

0 comments on commit 75bf4ad

Please sign in to comment.