Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test/document tests single test #576

Draft
wants to merge 31 commits into
base: dev
Choose a base branch
from
Draft
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
640ac69
Commit to merge latest dev
Dec 4, 2023
71e41a7
Merge branch 'dev' into Documents_Tests
Dec 4, 2023
0a6bc4a
Commit to merge latest dev
Dec 5, 2023
ad09068
Merge branch 'dev' into Documents_Tests
Dec 5, 2023
f36995e
Documents Tests Added_5Dec
Dec 5, 2023
af3463c
Fix the directory path
Dec 5, 2023
4b02d3e
Merge branch 'dev' into Documents_Tests
Dec 6, 2023
8bcc753
Merge branch 'dev' into Documents_Tests
Dec 8, 2023
c8bd4d4
Added Aws secrets to the test.yml file
Dec 8, 2023
49c56f9
fix env variables
ForeverYoung1208 Dec 8, 2023
0d1f60d
remove some tests
ForeverYoung1208 Dec 8, 2023
cab8c79
remove some tests
ForeverYoung1208 Dec 8, 2023
7063e5c
remove some tests
ForeverYoung1208 Dec 8, 2023
b82bdb6
try to fix
ForeverYoung1208 Dec 8, 2023
3ffdda8
try to fix
ForeverYoung1208 Dec 8, 2023
ee528e1
try to fix
ForeverYoung1208 Dec 8, 2023
f63c167
test
ForeverYoung1208 Dec 11, 2023
3781014
test
ForeverYoung1208 Dec 11, 2023
6c50a28
Merge branch 'dev' into test/Document_Tests-single-test
ForeverYoung1208 Dec 14, 2023
5912f88
add logs
ForeverYoung1208 Dec 14, 2023
0044614
reduce timeout to 10sec
ForeverYoung1208 Dec 14, 2023
1c30e9a
no test-buildable to test problem test
ForeverYoung1208 Dec 14, 2023
6eea75e
test
ForeverYoung1208 Dec 14, 2023
dc592b7
test2
ForeverYoung1208 Dec 14, 2023
b6f71d3
test
ForeverYoung1208 Dec 14, 2023
a0fd2eb
test
ForeverYoung1208 Dec 14, 2023
afab72a
test 5
ForeverYoung1208 Dec 14, 2023
3274a2e
test 6
ForeverYoung1208 Dec 14, 2023
f365af8
test
ForeverYoung1208 Dec 14, 2023
c1164b8
test
ForeverYoung1208 Dec 14, 2023
fade4ef
test
ForeverYoung1208 Dec 14, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
test
8
ForeverYoung1208 committed Dec 14, 2023
commit fade4ef8c3cb783e1abe724e988b40d98fa7ff95
2 changes: 1 addition & 1 deletion api/src/core/database-version-control.service.ts
Original file line number Diff line number Diff line change
@@ -27,7 +27,7 @@ export class DatabaseVersionControlService {

if (!exists) {
console.log('Creating database schema');
Logger.debug(
console.log(
`env AWS_REGION ${process.env.AWS_REGION} AWS_ACCESS_KEY_ID ${process.env.AWS_ACCESS_KEY_ID}`,
'FileService#constructor',
);