Removing test changes.
This commit is contained in:
parent
70cdb99583
commit
ce44975317
|
@ -27,7 +27,6 @@ env:
|
|||
NX_BASE_BRANCH: origin/${{ github.base_ref }}
|
||||
ONLY_AFFECTED_TASKS: ${{ github.event_name == 'pull_request' }}
|
||||
IS_OSS_CONTRIBUTOR: ${{ inputs.run_as_oss == true || (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != 'Budibase/budibase') }}
|
||||
DEBUG: testcontainers*
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
|
|
|
@ -85,7 +85,7 @@ function encodeJS(binding: string) {
|
|||
return `{{ js "${Buffer.from(binding).toString("base64")}"}}`
|
||||
}
|
||||
|
||||
const descriptions = datasourceDescribe({ only: [DatabaseName.SQS] })
|
||||
const descriptions = datasourceDescribe({ exclude: [DatabaseName.MONGODB] })
|
||||
|
||||
if (descriptions.length) {
|
||||
describe.each(descriptions)(
|
||||
|
|
Loading…
Reference in New Issue