Skip to content

Commit dd4cd29

Browse files
committed
Fix Chromium issue.
1 parent d71391b commit dd4cd29

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/javascript-tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,9 @@ jobs:
4646
# Runs the QUnit tests for WordPress.
4747
test-js:
4848
name: QUnit Tests
49-
uses: WordPress/wordpress-develop/.github/workflows/reusable-javascript-tests.yml@trunk
49+
uses: desrosj/wordpress-develop/.github/workflows/reusable-javascript-tests.yml@update/js-workflow
50+
with:
51+
old-branch: true
5052
permissions:
5153
contents: read
5254
if: ${{ github.repository == 'WordPress/wordpress-develop' || github.event_name == 'pull_request' }}

0 commit comments

Comments
 (0)