Skip to content

Commit d272114

Browse files
committed
Build/Test Tools: Disable AppArmor for JavaScript testing.
This makes use of the new input added in [59635] that fixes tests on `ubuntu-24` in the 4.2 branch. Props swissspidy, mukesh27. See #62808. git-svn-id: https://develop.svn.wordpress.org/branches/4.2@59654 602fd350-edb4-49c9-b593-d223f7449a82
1 parent e7a23c0 commit d272114

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/javascript-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ jobs:
5050
permissions:
5151
contents: read
5252
if: ${{ github.repository == 'WordPress/wordpress-develop' || github.event_name == 'pull_request' }}
53+
with:
54+
disable-apparmor: true
5355

5456
slack-notifications:
5557
name: Slack Notifications

0 commit comments

Comments
 (0)