mirror of
https://github.com/bckelley/cgm-remote-monitor.git
synced 2026-08-24 03:14:12 -05:00
* Send coverage reports to Codacy * Action secrets may not be read from forks :( * Let's see if this fixes the path & key passing * Ok one more try for the Actions env * Run tests and coverage separately * Try increasing the admintools test runtime for Node 10 * Run tests only once
8 lines
211 B
Bash
8 lines
211 B
Bash
CUSTOMCONNSTR_mongo=mongodb://127.0.0.1:27017/testdb
|
|
API_SECRET=abcdefghij123
|
|
HOSTNAME=localhost
|
|
INSECURE_USE_HTTP=true
|
|
PORT=1337
|
|
NODE_ENV=production
|
|
CI=true
|
|
CODACY_PROJECT_TOKEN=cff7ab3377d6434a9355fd051dbb4595 |