diff --git a/.github/workflows/test_and_publish_version_dev.yaml b/.github/workflows/test_and_publish_version_dev.yaml index f1208c3..daff9b8 100644 --- a/.github/workflows/test_and_publish_version_dev.yaml +++ b/.github/workflows/test_and_publish_version_dev.yaml @@ -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 ./...