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.
2 parents 5a085e9 + ac66e87 commit 24b0d1eCopy full SHA for 24b0d1e
.github/workflows/tests.yml
@@ -28,6 +28,10 @@ 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
@@ -68,11 +72,6 @@ jobs:
68
72
max_attempts: 5
69
73
command: composer update --${{ matrix.stability }} --prefer-dist --no-interaction --no-progress ${{ matrix.flags }}
70
74
71
- - name: Setup DynamoDB Local
- uses: rrainn/[email protected]
- with:
- port: 8888
75
-
76
- name: Execute tests
77
continue-on-error: ${{ matrix.php > 8 }}
78
run: vendor/bin/phpunit --verbose
0 commit comments