-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #429 from matchID-project/dev
Push prioritized jobs to master
- Loading branch information
Showing
25 changed files
with
1,799 additions
and
1,748 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,6 +39,7 @@ export PORT=8084 | |
export BACKEND=${APP_PATH}/backend | ||
export BACKEND_PORT=8080 | ||
export BACKEND_HOST=backend | ||
export APP_URL?=https://${APP_DNS} | ||
export API_URL?=localhost:${PORT} | ||
export API_EMAIL?[email protected] | ||
export API_SSL?=1 | ||
|
@@ -325,9 +326,9 @@ backend-test-vitest: db-json-fake smtp | |
@echo Testing API with vitest tests | ||
@if [ ! -f "${BACKEND}/src/routes/routes.ts" ]; then export EXEC_ENV=development; \ | ||
export BACKEND_LOG_LEVEL=error; \ | ||
${DC_BACKEND} -f ${DC_FILE}-dev-backend.yml run --rm backend npm run tsoa;fi | ||
${DC_BACKEND} -f ${DC_FILE}-dev-backend.yml run --rm backend npm run tsoa --verbose;fi | ||
@export EXEC_ENV=development; export BACKEND_LOG_LEVEL=error; \ | ||
${DC_BACKEND} -f ${DC_FILE}-dev-backend.yml run --rm backend npm run test | ||
${DC_BACKEND} -f ${DC_FILE}-dev-backend.yml run --rm backend npm run test --verbose | ||
|
||
backend/tests/clients_test.csv: | ||
curl -L https://github.com/matchID-project/examples/raw/master/data/clients_test.csv -o backend/tests/clients_test.csv | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.