remove CI deelopment test target

This commit is contained in:
Moriz Wahl 2022-02-21 15:13:44 +01:00
parent 09a0f8abfd
commit fb78a71f06
2 changed files with 1 additions and 2 deletions

View File

@ -469,7 +469,7 @@ jobs:
run: sleep 30s
shell: bash
- name: backend Unit tests | test
run: cd database && yarn && yarn build && cd ../backend && yarn && yarn CI_workflow_test
run: cd database && yarn && yarn build && cd ../backend && yarn && yarn test
# run: docker-compose -f docker-compose.yml -f docker-compose.test.yml exec -T backend yarn test
##########################################################################
# COVERAGE CHECK BACKEND #################################################

View File

@ -13,7 +13,6 @@
"start": "node build/index.js",
"dev": "nodemon -w src --ext ts --exec ts-node src/index.ts",
"lint": "eslint . --ext .js,.ts",
"CI_workflow_test": "jest --runInBand --coverage ",
"test": "TZ=UTC NODE_ENV=development jest --runInBand --coverage "
},
"dependencies": {