Skip to content

Commit

Permalink
Fix mongo uri github actions issue (need to add the secret still but …
Browse files Browse the repository at this point in the history
…don't have the permissions to do so)
  • Loading branch information
nnayk committed Dec 6, 2023
1 parent 20cd174 commit 5696cd3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/backend-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
test:
runs-on: ubuntu-latest
needs: build
env: MONGO_URI = ${{ secrets.MONGO_URI }}
defaults:
run:
working-directory: Backend
Expand Down

0 comments on commit 5696cd3

Please sign in to comment.