Skip to content

Commit ac66e87

Browse files
authored
Use DynamoDB Docker image (#37599)
1 parent 43518af commit ac66e87

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ jobs:
2828
ports:
2929
- 6379:6379
3030
options: --entrypoint redis-server
31+
dynamodb:
32+
image: amazon/dynamodb-local:latest
33+
ports:
34+
- 8888:8000
35+
3136
strategy:
3237
fail-fast: true
3338
matrix:
@@ -63,11 +68,6 @@ jobs:
6368
max_attempts: 5
6469
command: composer update --${{ matrix.stability }} --prefer-dist --no-interaction --no-progress
6570

66-
- name: Setup DynamoDB Local
67-
uses: rrainn/[email protected]
68-
with:
69-
port: 8888
70-
7171
- name: Execute tests
7272
run: vendor/bin/phpunit --verbose
7373
env:

0 commit comments

Comments
 (0)