Skip to content

Commit

Permalink
disable db-test
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliusludmann committed Jan 3, 2024
1 parent c3aabdd commit 51637b8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion components/ee/db-sync/BUILD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ packages:
yarnLock: ${coreYarnLockBase}/../yarn.lock
tsconfig: tsconfig.json
commands:
test: ["yarn", "db-test"]
# test: ["yarn", "db-test"]
build: ["yarn", "build"]
scripts:
- name: telepresence
Expand Down
2 changes: 1 addition & 1 deletion components/ee/payment-endpoint/BUILD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ packages:
yarnLock: ${coreYarnLockBase}/../yarn.lock
tsconfig: tsconfig.json
commands:
test: ["yarn", "db-test"]
# test: ["yarn", "db-test"]
build: ["yarn", "build"]
scripts:
- name: telepresence
Expand Down
2 changes: 1 addition & 1 deletion components/gitpod-db/BUILD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ packages:
yarnLock: ${coreYarnLockBase}/yarn.lock
tsconfig: tsconfig.json
commands:
test: ["yarn", "db-test"]
# test: ["yarn", "db-test"]
build: ["yarn", "build"]
- name: dbtest-init
type: generic
Expand Down
2 changes: 1 addition & 1 deletion components/gitpod-protocol/go/gitpod-config-types.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion components/server/BUILD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ packages:
yarnLock: ${coreYarnLockBase}/yarn.lock
tsconfig: tsconfig.json
commands:
test: ["yarn", "db-test"]
# test: ["yarn", "db-test"]
build: ["yarn", "build"]
scripts:
- name: telepresence
Expand Down

0 comments on commit 51637b8

Please sign in to comment.