Changeset 57143 for trunk/.github/workflows/performance.yml
- Timestamp:
- 11/29/2023 11:52:36 AM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/performance.yml
r57085 r57143 74 74 # - Install npm dependencies. 75 75 # - Build WordPress. 76 # - Run any database upgrades. 76 77 # - Run performance tests (previous/target commit). 77 78 # - Print target performance tests results. … … 79 80 # - Install npm dependencies. 80 81 # - Set the environment to the baseline version. 82 # - Run any database upgrades. 81 83 # - Run baseline performance tests. 82 84 # - Print baseline performance tests results. … … 195 197 run: npm run build 196 198 199 - name: Run any database upgrades 200 run: npm run env:cli -- core update-db --path=/var/www/${{ env.LOCAL_DIR }} 201 197 202 - name: Run target performance tests (base/previous commit) 198 203 env: … … 215 220 npm run env:cli -- core update --version=${{ env.BASE_TAG }} --force --path=/var/www/${{ env.LOCAL_DIR }} 216 221 npm run env:cli -- core version --path=/var/www/${{ env.LOCAL_DIR }} 222 223 - name: Run any database upgrades 224 run: npm run env:cli -- core update-db --path=/var/www/${{ env.LOCAL_DIR }} 217 225 218 226 - name: Run baseline performance tests
Note: See TracChangeset
for help on using the changeset viewer.