Changeset 53595 for branches/6.0/.github/workflows/end-to-end-tests.yml
- Timestamp:
- 06/30/2022 04:24:58 PM (3 years ago)
- Location:
- branches/6.0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.0
- Property svn:mergeinfo changed
/trunk merged: 53581-53582,53592
- Property svn:mergeinfo changed
-
branches/6.0/.github/workflows/end-to-end-tests.yml
r53112 r53595 2 2 3 3 on: 4 # The end toend test suite was introduced in WordPress 5.3.4 # The end-to-end test suite was introduced in WordPress 5.3. 5 5 push: 6 6 branches: … … 32 32 # 33 33 # Performs the following steps: 34 # - Set environment variables.34 # - Sets environment variables. 35 35 # - Checks out the repository. 36 # - Logs debug information about the runner container.37 # - Installs NodeJS 14.38 # _ Installs NPM dependencies using install-changed to hash the `package.json` file.36 # - Logs debug information about the GitHub Action runner. 37 # - Installs NodeJS. 38 # _ Installs NPM dependencies. 39 39 # - Builds WordPress to run from the `build` directory. 40 40 # - Starts the WordPress Docker container. … … 58 58 59 59 - name: Checkout repository 60 uses: actions/checkout@ ec3a7ce113134d7a93b817d10a8272cb61118579 # v2.4.060 uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3.0.2 61 61 62 62 - name: Log debug information … … 72 72 73 73 - name: Install NodeJS 74 uses: actions/setup-node@ 5b52f097d36d4b0b2f94ed6de710023fbb8b2236 # v3.1.074 uses: actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # v3.3.0 75 75 with: 76 76 node-version-file: '.nvmrc'
Note: See TracChangeset
for help on using the changeset viewer.