diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 8b656cc..f55cf97 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -34,3 +34,5 @@ jobs: - name: Run tests run: cd backend; npm test + env: + MONGO_DB_URI: ${{ secrets.MONGO_DB_URI }}