Skip to content

Commit

Permalink
fix(workflows): add mongodb database_type env
Browse files Browse the repository at this point in the history
  • Loading branch information
Frantz Kati committed Dec 17, 2020
1 parent 7dddc5e commit 0d8d3a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/mongodb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,5 @@ jobs:
run: yarn build
- name: Run package tests on mongodb database
run: cd /home/runner/work/tensei/tensei/packages/tests && yarn test
env:
DATABASE_TYPE: mongo

0 comments on commit 0d8d3a4

Please sign in to comment.