Skip to content

Commit

Permalink
ci fix
Browse files Browse the repository at this point in the history
  • Loading branch information
akrck02 committed Jul 9, 2024
1 parent f2cbd93 commit 8314221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_and_publish_version_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
mongodb-port: 27017

- name: Create env file
run: echo "MONGO_SERVER=127.0.0.1 \n MONGO_PASSWORD=test \n MONGO_PORT=27017 \n ENV=development \n PORT=3333 \n SECRET=secret \n GIN_MODE=release \n IP_MONGODB=172.0.0.1" > .env
run: echo "MONGO_SERVER=127.0.0.1 \nMONGO_PASSWORD=test \nMONGO_PORT=27017 \nENV=development \nSECRET=secret" > .env

- name: Run tests
run: go test -v ./...
Expand Down

0 comments on commit 8314221

Please sign in to comment.