Skip to content

Commit 9cee5f0

Browse files
committed
test: run test only if package has changed
1 parent d01078b commit 9cee5f0

File tree

171 files changed

+4
-21002
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

171 files changed

+4
-21002
lines changed

.drone.star

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ config = {
5353
"master",
5454
"stable-*",
5555
],
56-
"pnpmlint": True,
56+
"pnpmlint": False,
5757
"e2e": {
5858
"1": {
5959
"earlyFail": True,
@@ -207,17 +207,12 @@ def main(ctx):
207207
return pipelines
208208

209209
def beforePipelines(ctx):
210-
return checkStarlark() + \
211-
licenseCheck(ctx) + \
212-
documentation(ctx) + \
213-
changelog(ctx) + \
214-
pnpmCache(ctx) + \
210+
return pnpmCache(ctx) + \
215211
cacheOcisPipeline(ctx) + \
216-
pipelinesDependsOn(buildCacheWeb(ctx), pnpmCache(ctx)) + \
217-
pipelinesDependsOn(pnpmlint(ctx), pnpmCache(ctx))
212+
pipelinesDependsOn(buildCacheWeb(ctx), pnpmCache(ctx))
218213

219214
def stagePipelines(ctx):
220-
unit_test_pipelines = unitTests(ctx)
215+
unit_test_pipelines = []
221216

222217
# run only unit tests when publishing a standalone package
223218
if (determineReleasePackage(ctx) != None):

packages/web-app-files/l10n/.tx/config

Lines changed: 0 additions & 10 deletions
This file was deleted.

packages/web-app-files/l10n/translations.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/web-app-files/package.json

Lines changed: 0 additions & 34 deletions
This file was deleted.

packages/web-app-files/src/App.vue

Lines changed: 0 additions & 61 deletions
This file was deleted.

0 commit comments

Comments
 (0)