Skip to content

Commit

Permalink
added env file
Browse files Browse the repository at this point in the history
  • Loading branch information
nahom-eshetu authored Dec 20, 2023
1 parent 5c30183 commit ee54e9e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/solar-system.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,13 @@ on:
branches:
- main
- 'feature/*'
<<<<<<< HEAD

=======
env:
MONGO_URI: mongodb+srv://supercluster.d83jj.mongodb.net/superData'
MONGO_URI: mongodb+srv://supercluster.d83jj.mongodb.net/superData
MONGO_USERNAME: superuser
>>>>>>> 5c30183ce71baecedb87312c7f8f4963ac93541b
jobs:
unit-testing:
name: Unit Testing
Expand Down

0 comments on commit ee54e9e

Please sign in to comment.