Changeset 50584 for branches/5.7/.github/workflows/test-coverage.yml
- Timestamp:
- 03/25/2021 07:59:44 PM (4 years ago)
- Location:
- branches/5.7
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.7
- Property svn:mergeinfo changed
/trunk merged: 50432,50435-50436,50479,50485-50487,50545,50579
- Property svn:mergeinfo changed
-
branches/5.7/.github/workflows/test-coverage.yml
r50464 r50584 49 49 50 50 - name: Checkout repository 51 uses: actions/checkout@ v251 uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f # v2.3.4 52 52 53 53 - name: Checkout the WordPress Importer plugin … … 68 68 69 69 - name: Install NodeJS 70 uses: actions/setup-node@ v270 uses: actions/setup-node@46071b5c7a2e0c34e49c3cb8a0e792e86e18d5ea # v2.1.5 71 71 with: 72 72 node-version: 14 73 73 74 74 - name: Cache NodeJS modules 75 uses: actions/cache@ v275 uses: actions/cache@26968a09c0ea4f3e233fdddbafd1166051a095f6 # v2.1.4 76 76 env: 77 77 cache-name: cache-node-modules … … 80 80 path: ~/.npm 81 81 key: ${{ runner.os }}-npm-${{ hashFiles('**/package-lock.json') }} 82 restore-keys: |83 ${{ runner.os }}-npm-84 82 85 83 - name: Install Dependencies 86 run: np x install-changed --install-command="npm ci"84 run: npm ci 87 85 88 86 - name: Docker debug information … … 121 119 122 120 - name: Upload single site report to Codecov 123 uses: codecov/codecov-action@ v1121 uses: codecov/codecov-action@e156083f13aff6830c92fc5faa23505779fbf649 # v1.2.1 124 122 with: 125 123 file: wp-code-coverage-single-clover-${{ github.sha }}.xml … … 130 128 131 129 - name: Upload multisite report to Codecov 132 uses: codecov/codecov-action@ v1130 uses: codecov/codecov-action@e156083f13aff6830c92fc5faa23505779fbf649 # v1.2.1 133 131 with: 134 132 file: wp-code-coverage-multisite-clover-${{ github.sha }}.xml
Note: See TracChangeset
for help on using the changeset viewer.