diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index fed195e..c84e593 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -30,6 +30,8 @@ jobs: services: redis: image: redis + ports: + - 6379:6379 postgres: image: postgres env: @@ -50,7 +52,7 @@ jobs: - run: cp .env.example .env - run: bun test env: - redis.connectionString.test: "rediss://redis:6379/1" + redis.connectionString.test: "redis://redis:6379/1" complete: runs-on: ubuntu-latest