Skip to content

Commit 0592e7e

Browse files
committed
enabling logs in LocalStack environment that is running in github action
1 parent 53441f3 commit 0592e7e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci-pipeline__dev.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020

2121
- name: Start Local Stack
2222
uses: owasp-sbot/OSBot-GitHub-Actions/.github/actions/docker__local-stack@dev # start LocalStack in GitHub actions
23+
with:
24+
LOCAL_STACK_SERVICES: 's3,lambda,iam,logs'
2325

2426
- name: "run-tests"
2527
uses: owasp-sbot/OSBot-GitHub-Actions/.github/actions/pytest__run-tests@dev # run tests (which use Local Stack)

0 commit comments

Comments
 (0)