Skip to content

Commit

Permalink
Use DynamoDB Docker image (#37599)
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints committed Jun 4, 2021
1 parent 43518af commit ac66e87
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/tests.yml
Expand Up @@ -28,6 +28,11 @@ jobs:
ports:
- 6379:6379
options: --entrypoint redis-server
dynamodb:
image: amazon/dynamodb-local:latest
ports:
- 8888:8000

strategy:
fail-fast: true
matrix:
Expand Down Expand Up @@ -63,11 +68,6 @@ jobs:
max_attempts: 5
command: composer update --${{ matrix.stability }} --prefer-dist --no-interaction --no-progress

- name: Setup DynamoDB Local
uses: rrainn/dynamodb-action@v2.0.0
with:
port: 8888

- name: Execute tests
run: vendor/bin/phpunit --verbose
env:
Expand Down

0 comments on commit ac66e87

Please sign in to comment.