Skip to content

Commit 30418b2

Browse files
author
Ishmeet Bindra
committed
Check container is executing or not
1 parent 4ac66b7 commit 30418b2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ jobs:
66
test:
77
name: "Test"
88
runs-on: ubuntu-latest
9-
9+
env:
10+
AWS_ACCESS_KEY_ID: "test"
11+
AWS_SECRET_ACCESS_KEY: "test"
1012
steps:
1113
- uses: actions/checkout@v3
1214
- uses: actions/setup-python@v4

0 commit comments

Comments
 (0)