Skip to content

Commit

Permalink
ci: fix env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
natelandau committed Nov 16, 2023
1 parent 3f4981b commit b8994a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/automated-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ env:
VALENTINA_LOG_FILE: "/tmp/valentina.log"
VALENTINA_TEST_MONGO_URI: "mongodb://localhost:27017"
VALENTINA_TEST_MONGO_DATABASE_NAME: "valentina-test"
VALENTINA_MONGO_URI: ""
VALENTINA_MONGO_DATABASE_NAME: ""

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit b8994a3

Please sign in to comment.