Skip to content

Commit

Permalink
ci: add MONGODB_URI environment variable to GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
akinolaemmanuel49 committed Jan 30, 2025
1 parent dbfbcd3 commit ee4cef6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
- name: Run Tests
run: go test -v ./...
env:
MONGODB_URI: ${{ secrets.MONGODB_URI }}


build-and-push:
runs-on: ubuntu-latest
Expand Down

0 comments on commit ee4cef6

Please sign in to comment.