We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 724fb3f commit 0fc3d68Copy full SHA for 0fc3d68
.yamato/_run-all.yml
@@ -10,6 +10,13 @@
10
11
#-----------------------------------------------------------------------------------
12
13
+# This job runs the fastest checks (PVP and code standards)
14
+# This is mainly used to quickly validate the easy mistakes before for example running PR trigger jobs (see _triggers.yml)
15
+run_quick_checks:
16
+ name: Run Quick Initial Checks
17
+ dependencies:
18
+ - .yamato/package-pack.yml#package_pack_-_ngo_ubuntu
19
+ - .yamato/project-standards.yml#standards_win_testproject_trunk
20
21
# Runs all package tests
22
run_all_package_tests:
0 commit comments