Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mark NeDB as optional #488

Merged
merged 15 commits into from
Jan 5, 2024
Prev Previous commit
Next Next commit
Add nedb during postgres test runs
  • Loading branch information
Half-Shot committed Jan 5, 2024
commit d2be17d7296d725102aeb9edca5de47f5ad79821
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: yarn --frozen-lockfile
- run: yarn add nedb --peer
- run: yarn test
env:
BRIDGE_TEST_PGDB: "bridge_integtest"
Expand Down