We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d71391b commit dd4cd29Copy full SHA for dd4cd29
.github/workflows/javascript-tests.yml
@@ -46,7 +46,9 @@ jobs:
46
# Runs the QUnit tests for WordPress.
47
test-js:
48
name: QUnit Tests
49
- uses: WordPress/wordpress-develop/.github/workflows/reusable-javascript-tests.yml@trunk
+ uses: desrosj/wordpress-develop/.github/workflows/reusable-javascript-tests.yml@update/js-workflow
50
+ with:
51
+ old-branch: true
52
permissions:
53
contents: read
54
if: ${{ github.repository == 'WordPress/wordpress-develop' || github.event_name == 'pull_request' }}
0 commit comments