Changeset 57214 for branches/6.4/.github/workflows/performance.yml
- Timestamp:
- 12/20/2023 06:59:17 PM (12 months ago)
- Location:
- branches/6.4
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.4
-
branches/6.4/.github/workflows/performance.yml
r57002 r57214 72 72 # - Print performance tests results. 73 73 # - Check out target commit (target branch or previous commit). 74 # - Switch Node.js versions if necessary. 74 75 # - Install npm dependencies. 75 76 # - Build WordPress. … … 77 78 # - Print target performance tests results. 78 79 # - Reset to original commit. 80 # - Switch Node.js versions if necessary. 79 81 # - Install npm dependencies. 80 82 # - Set the environment to the baseline version. … … 183 185 git reset --hard $TARGET_SHA 184 186 187 - name: Set up Node.js 188 uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1 189 with: 190 node-version-file: '.nvmrc' 191 cache: npm 192 185 193 - name: Install npm dependencies 186 194 run: npm ci … … 201 209 - name: Reset to original commit 202 210 run: git reset --hard $GITHUB_SHA 211 212 - name: Set up Node.js 213 uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1 214 with: 215 node-version-file: '.nvmrc' 216 cache: npm 203 217 204 218 - name: Install npm dependencies
Note: See TracChangeset
for help on using the changeset viewer.