Make WordPress Core

Changeset 57203


Ignore:
Timestamp:
12/18/2023 08:33:00 PM (14 months ago)
Author:
desrosj
Message:

Build/Test Tools: Add more context to artifact names.

This adds a bit more context to the E2E workflow artifact names in order to avoid duplicates being uploaded.

With the update to v4 of actions/upload-artifact in [57197], artifacts are now uploaded on a per job basis. Multiple jobs cannot upload the same artifact.

Props johnbillion.
See #59805.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/end-to-end-tests.yml

    r57197 r57203  
    132132        if: always()
    133133        with:
    134             name: failures-artifacts
     134            name: failures-artifacts${{ matrix.LOCAL_SCRIPT_DEBUG && '-SCRIPT_DEBUG' || '' }}-${{ github.run_id }}
    135135            path: artifacts
    136136            if-no-files-found: ignore
Note: See TracChangeset for help on using the changeset viewer.