Skip to content

Commit

Permalink
ci fix
Browse files Browse the repository at this point in the history
  • Loading branch information
akrck02 committed Jul 10, 2024
1 parent b789540 commit 145aa10
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_and_publish_version_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ jobs:
- name: Set database running
uses: supercharge/mongodb-github-action@1.9.0
with:
mongodb-username: supertestuser3000
mongodb-password: Sup3rt3stP4ssw0rd
mongodb-username: admin
mongodb-password: p4ssw0rd
mongodb-db: valhalla-test
mongodb-port: 27017

Expand Down
7 changes: 4 additions & 3 deletions test.env
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Mongo database configuration
MONGO_USER=supertestuser3000
MONGO_PASSWORD=Sup3rt3stP4ssw0rd
MONGO_USER=admin
MONGO_PASSWORD=p4ssw0rd
MONGO_SERVER=172.0.0.1
MONGO_PORT=27017
ENV=development
ENV=development
SECRET=supersecret

0 comments on commit 145aa10

Please sign in to comment.