Skip to content

Commit c63bcc9

Browse files
committed
Update the inline documentation for each job.
1 parent 4a8fa4f commit c63bcc9

9 files changed

Lines changed: 19 additions & 1 deletion

.github/workflows/reusable-build-package.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
#
1616
# Performs the following steps:
1717
# - Checks out the repository.
18+
# - Retrieves the pinned commit hash for the Gutenberg repository.
19+
# - Configures caching for the /gutenberg directory.
1820
# - Sets up Node.js.
1921
# - Runs the build script.
2022
# - Prepares the directory structure for the ZIP.

.github/workflows/reusable-check-built-files.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
#
1717
# Performs the following steps:
1818
# - Checks out the repository.
19+
# - Retrieves the pinned commit hash for the Gutenberg repository.
20+
# - Configures caching for the /gutenberg directory.
1921
# - Sets up Node.js.
2022
# - Configures caching for Composer.
2123
# - Installs Composer dependencies.

.github/workflows/reusable-coding-standards-javascript.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
#
2121
# Performs the following steps:
2222
# - Checks out the repository.
23+
# - Retrieves the pinned commit hash for the Gutenberg repository.
24+
# - Configures caching for the /gutenberg directory.
2325
# - Sets up Node.js.
2426
# - Logs debug information about the GitHub Action runner.
2527
# - Installs npm dependencies.

.github/workflows/reusable-end-to-end-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ jobs:
4848
# Performs the following steps:
4949
# - Sets environment variables.
5050
# - Checks out the repository.
51+
# - Retrieves the pinned commit hash for the Gutenberg repository.
52+
# - Configures caching for the /gutenberg directory.
5153
# - Sets up Node.js.
5254
# - Logs debug information about the GitHub Action runner.
5355
# - Installs npm dependencies.

.github/workflows/reusable-javascript-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
#
2222
# Performs the following steps:
2323
# - Checks out the repository.
24+
# - Retrieves the pinned commit hash for the Gutenberg repository.
25+
# - Configures caching for the /gutenberg directory.
2426
# - Sets up Node.js.
2527
# - Logs debug information about the GitHub Action runner.
2628
# - Installs npm dependencies.

.github/workflows/reusable-performance-test-v2.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,9 @@ jobs:
7777
# Performs the following steps:
7878
# - Configure environment variables.
7979
# - Checkout repository.
80-
# - Set up Node.js.
80+
# - Retrieves the pinned commit hash for the Gutenberg repository.
81+
# - Configures caching for the /gutenberg directory.
82+
# - Sets up Node.js.
8183
# - Log debug information.
8284
# - Install npm dependencies.
8385
# - Install Playwright browsers.

.github/workflows/reusable-phpunit-tests-v3.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ jobs:
101101
# Performs the following steps:
102102
# - Sets environment variables.
103103
# - Checks out the repository.
104+
# - Retrieves the pinned commit hash for the Gutenberg repository.
105+
# - Configures caching for the /gutenberg directory.
104106
# - Sets up Node.js.
105107
# - Sets up PHP.
106108
# - Installs Composer dependencies.

.github/workflows/reusable-test-core-build-process.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ jobs:
5050
#
5151
# Performs the following steps:
5252
# - Checks out the repository.
53+
# - Retrieves the pinned commit hash for the Gutenberg repository.
54+
# - Configures caching for the /gutenberg directory.
5355
# - Sets up Node.js.
5456
# - Logs debug information about the GitHub Action runner.
5557
# - Installs npm dependencies.

.github/workflows/reusable-test-local-docker-environment-v1.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ jobs:
5757
# Performs the following steps:
5858
# - Sets environment variables.
5959
# - Checks out the repository.
60+
# - Retrieves the pinned commit hash for the Gutenberg repository.
61+
# - Configures caching for the /gutenberg directory.
6062
# - Sets up Node.js.
6163
# - Sets up PHP.
6264
# - Installs Composer dependencies.

0 commit comments

Comments
 (0)