mirror of
https://github.com/gofiber/storage.git
synced 2025-12-24 13:29:30 +08:00
ZZ
This commit is contained in:
2
.github/workflows/test-postgres.yml
vendored
2
.github/workflows/test-postgres.yml
vendored
@@ -9,7 +9,7 @@ jobs:
|
||||
ports:
|
||||
- 5432:5432
|
||||
env:
|
||||
POSTGRES_DATABASE: fiber
|
||||
POSTGRES_DB: fiber
|
||||
POSTGRES_USER: username
|
||||
POSTGRES_PASSWORD: password
|
||||
options: >-
|
||||
|
||||
2
.github/workflows/test-redis.yml
vendored
2
.github/workflows/test-redis.yml
vendored
@@ -5,7 +5,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
services:
|
||||
redis:
|
||||
image: redis
|
||||
image: redis:latest
|
||||
ports:
|
||||
- 6379:6379
|
||||
strategy:
|
||||
|
||||
Reference in New Issue
Block a user