Make WordPress Core

Changeset 59215

Timestamp:
10/11/2024 04:46:42 PM (5 weeks ago)
Author:
joemcgill
Message:

Build/Test Tools: Revert [59214].

The commit caused the Performance Tests workflow to fail due to an invalid workflow file.

See #62153.
Unprops @joemcgill.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/reusable-performance.yml

    r59214 r59215  
    3030      CODEVITALS_PROJECT_TOKEN:
    3131        description: 'The authorization token for https://www.codevitals.run/project/wordpress.'
    32         required: false
    33         default: ''
     32        required: true
    3433
    3534env:
     
    331330          CODEVITALS_PROJECT_TOKEN: ${{ secrets.CODEVITALS_PROJECT_TOKEN }}
    332331          HOST_NAME: "www.codevitals.run"
    333         run: |
    334           if [ -z "$CODEVITALS_PROJECT_TOKEN" ]; then
    335             echo "Performance results could not be published. 'CODEVITALS_PROJECT_TOKEN' is not set" >> $GITHUB_OUTPUT
    336             exit 1
    337           fi
    338           node ./tests/performance/log-results.js $CODEVITALS_PROJECT_TOKEN trunk $GITHUB_SHA $BASE_SHA $COMMITTED_AT $HOST_NAME
     332        run: node ./tests/performance/log-results.js $CODEVITALS_PROJECT_TOKEN trunk $GITHUB_SHA $BASE_SHA $COMMITTED_AT $HOST_NAME
    339333
    340334      - name: Ensure version-controlled files are not modified or deleted
Note: See TracChangeset for help on using the changeset viewer.