Skip to content

Commit

Permalink
fixing coverage workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
oiwn committed Dec 26, 2024
1 parent dcd2dbb commit 7bdc405
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/platform-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,11 @@ jobs:
--health-timeout 5s
--health-retries 5
env:
REDIS_URI: redis://localhost:6379
DATABASE_URL: postgresql://postgres:postgres@localhost:5432/testdb
MONGODB_URI: mongodb://localhost:27017/testdb

steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:
REDIS_URI: redis://localhost:6379
DATABASE_URL: postgresql://postgres:postgres@localhost:5432/testdb
MONGODB_URI: mongodb://localhost:27017/testdb

jobs:
test:
name: Test Suite
Expand Down

0 comments on commit 7bdc405

Please sign in to comment.