We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43518af commit ac66e87Copy full SHA for ac66e87
.github/workflows/tests.yml
@@ -28,6 +28,11 @@ jobs:
28
ports:
29
- 6379:6379
30
options: --entrypoint redis-server
31
+ dynamodb:
32
+ image: amazon/dynamodb-local:latest
33
+ ports:
34
+ - 8888:8000
35
+
36
strategy:
37
fail-fast: true
38
matrix:
@@ -63,11 +68,6 @@ jobs:
63
68
max_attempts: 5
64
69
command: composer update --${{ matrix.stability }} --prefer-dist --no-interaction --no-progress
65
70
66
- - name: Setup DynamoDB Local
67
- uses: rrainn/[email protected]
- with:
- port: 8888
-
71
- name: Execute tests
72
run: vendor/bin/phpunit --verbose
73
env:
0 commit comments