Skip to content

Commit 24b0d1e

Browse files
committed
fix conflicts
2 parents 5a085e9 + ac66e87 commit 24b0d1e

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ jobs:
2828
ports:
2929
- 6379:6379
3030
options: --entrypoint redis-server
31+
dynamodb:
32+
image: amazon/dynamodb-local:latest
33+
ports:
34+
- 8888:8000
3135

3236
strategy:
3337
fail-fast: true
@@ -68,11 +72,6 @@ jobs:
6872
max_attempts: 5
6973
command: composer update --${{ matrix.stability }} --prefer-dist --no-interaction --no-progress ${{ matrix.flags }}
7074

71-
- name: Setup DynamoDB Local
72-
uses: rrainn/[email protected]
73-
with:
74-
port: 8888
75-
7675
- name: Execute tests
7776
continue-on-error: ${{ matrix.php > 8 }}
7877
run: vendor/bin/phpunit --verbose

0 commit comments

Comments
 (0)