Changeset 59208 for trunk/.github/workflows/reusable-end-to-end-tests.yml
- Timestamp:
- 10/10/2024 05:08:15 PM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/reusable-end-to-end-tests.yml
r58789 r59208 69 69 70 70 - name: Set up Node.js 71 uses: actions/setup-node@ 1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.371 uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4 72 72 with: 73 73 node-version-file: '.nvmrc' … … 126 126 127 127 - name: Archive debug artifacts (screenshots, HTML snapshots) 128 uses: actions/upload-artifact@ 0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4128 uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 129 129 if: always() 130 130 with: … … 132 132 path: artifacts 133 133 if-no-files-found: ignore 134 include-hidden-files: true 134 135 135 136 - name: Ensure version-controlled files are not modified or deleted
Note: See TracChangeset
for help on using the changeset viewer.