Skip to content

Commit 2a50ccf

Browse files
committed
Try localhost
1 parent 126bcb2 commit 2a50ccf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
DB_PORT: ${{ job.services.mysql.ports[3306] }}
7575
DB_USERNAME: root
7676
DYNAMODB_CACHE_TABLE: laravel_dynamodb_test
77-
DYNAMODB_ENDPOINT: "http://dynamodb-local:8888"
77+
DYNAMODB_ENDPOINT: "http://localhost:8888"
7878
AWS_ACCESS_KEY_ID: random_key
7979
AWS_SECRET_ACCESS_KEY: random_secret
8080

0 commit comments

Comments
 (0)