Skip to content

Commit 0fc3d68

Browse files
committed
Added run_quick_checks job
1 parent 724fb3f commit 0fc3d68

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.yamato/_run-all.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@
1010

1111
#-----------------------------------------------------------------------------------
1212

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
1320

1421
# Runs all package tests
1522
run_all_package_tests:

0 commit comments

Comments
 (0)