Skip to content

Commit 55fa2af

Browse files
committed
Set up DynamoDB testing
1 parent ab703aa commit 55fa2af

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,11 @@ jobs:
6363
max_attempts: 5
6464
command: composer update --${{ matrix.stability }} --prefer-dist --no-interaction --no-progress
6565

66+
- name: Setup DynamoDB Local
67+
uses: rrainn/[email protected]
68+
6669
- name: Execute tests
67-
run: vendor/bin/phpunit --verbose
70+
run: vendor/bin/phpunit tests/Integration/Cache/DynamoDbStoreTest.php --verbose
6871
env:
6972
DB_PORT: ${{ job.services.mysql.ports[3306] }}
7073
DB_USERNAME: root

0 commit comments

Comments
 (0)