fix: test setup

This commit is contained in:
Karol Sójko 2022-10-19 10:48:06 +02:00
parent f1e63de661
commit 1c8a9f1dc9
No known key found for this signature in database
GPG key ID: A50543BF560BDEB0
3 changed files with 1 additions and 12 deletions

View file

@ -107,7 +107,7 @@ jobs:
run: yarn build ${{ inputs.package_path }}
- name: Test
run: yarn test:${{ inputs.service_name }}
run: yarn test ${{ inputs.package_path }}
e2e:
if: ${{ inputs.run_e2e_test_suite }} == true

View file

@ -20,14 +20,6 @@
"lint:event-store": "yarn workspace @standardnotes/event-store lint",
"lint:websockets": "yarn workspace @standardnotes/websockets-server lint",
"lint:workspace": "yarn workspace @standardnotes/workspace-server lint",
"test": "yarn workspaces foreach -p -j 10 --verbose run test",
"test:auth": "yarn workspace @standardnotes/auth-server test",
"test:scheduler": "yarn workspace @standardnotes/scheduler-server test",
"test:syncing-server": "yarn workspace @standardnotes/syncing-server test",
"test:files": "yarn workspace @standardnotes/files-server test",
"test:event-store": "yarn workspace @standardnotes/event-store test",
"test:websockets": "yarn workspace @standardnotes/websockets-server test",
"test:workspace": "yarn workspace @standardnotes/workspace-server test",
"clean": "yarn workspaces foreach -p --verbose run clean",
"setup:env": "cp .env.sample .env && yarn workspaces foreach -p --verbose run setup:env",
"start:auth": "yarn workspace @standardnotes/auth-server start",

View file

@ -3,9 +3,6 @@
"compilerOptions": {
"composite": true,
"outDir": "./dist",
"types": [
"reflect-metadata"
]
},
"include": [
"src/**/*",