mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 12:28:42 +00:00
test(server): move tests out of src folder (#4366)
This commit is contained in:
5
.github/workflows/build-server.yml
vendored
5
.github/workflows/build-server.yml
vendored
@@ -118,7 +118,7 @@ jobs:
|
||||
CARGO_TARGET_DIR: '${{ github.workspace }}/target'
|
||||
DATABASE_URL: postgresql://affine:affine@localhost:5432/affine
|
||||
ENABLE_LOCAL_EMAIL: true
|
||||
OAUTH_EMAIL_LOGIN: affine
|
||||
OAUTH_EMAIL_LOGIN: noreply@toeverything.info
|
||||
OAUTH_EMAIL_PASSWORD: affine
|
||||
|
||||
- name: Upload server test coverage results
|
||||
@@ -191,9 +191,6 @@ jobs:
|
||||
env:
|
||||
COVERAGE: true
|
||||
DATABASE_URL: postgresql://affine:affine@localhost:5432/affine
|
||||
ENABLE_LOCAL_EMAIL: true
|
||||
OAUTH_EMAIL_LOGIN: affine
|
||||
OAUTH_EMAIL_PASSWORD: affine
|
||||
|
||||
- name: Collect code coverage report
|
||||
run: yarn exec nyc report -t .nyc_output --report-dir .coverage --reporter=lcov
|
||||
|
||||
Reference in New Issue
Block a user