fortran-lang / registry

Registry for Fortran package manager
MIT License
8 stars 3 forks source link

add Test ENV variable for test CI #72

Closed henilp105 closed 5 months ago

henilp105 commented 5 months ago

we would add this set of env variables for the execution of github action with the variable name : TEST_ENV_FILE for the successful execution of the test cases.

MONGO_DB_NAME=testregistry
MONGO_URI=mongodb://localhost:27017/
MONGO_USER_NAME=Admin
MONGO_PASSWORD=Admin
SALT=MYSALT
HOST=localhost
RESET_EMAIL=reset@localhost.com
RESET_PASSWORD=reset
SUDO_PASSWORD=fortran
IS_CI=true

The CI execution can be tested at my fork.

CC: @awvwgk @certik

henilp105 commented 5 months ago

Closed as completed in #77