diff options
author | Jonathan Desrosiers <desrosj@git.wordpress.org> | 2025-01-16 20:47:05 +0000 |
---|---|---|
committer | Jonathan Desrosiers <desrosj@git.wordpress.org> | 2025-01-16 20:47:05 +0000 |
commit | 96f2c64490d22041aeaafb2c7ee5eac852ea20e8 (patch) | |
tree | 4fdcb5a2200957bc16ecc56c85ecf23b5abfc93a | |
parent | 73e5d72e4605a3601a9b82113d438b62264694b0 (diff) | |
download | wordpress-96f2c64490d22041aeaafb2c7ee5eac852ea20e8.tar.gz wordpress-96f2c64490d22041aeaafb2c7ee5eac852ea20e8.zip |
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.4 branch.
Props swissspidy, mukesh27.
See #62808.
git-svn-id: https://develop.svn.wordpress.org/branches/4.4@59652 602fd350-edb4-49c9-b593-d223f7449a82
-rw-r--r-- | .github/workflows/javascript-tests.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/javascript-tests.yml b/.github/workflows/javascript-tests.yml index 76040d9f51..719e4ffca9 100644 --- a/.github/workflows/javascript-tests.yml +++ b/.github/workflows/javascript-tests.yml @@ -50,6 +50,8 @@ jobs: permissions: contents: read if: ${{ github.repository == 'WordPress/wordpress-develop' || github.event_name == 'pull_request' }} + with: + disable-apparmor: true slack-notifications: name: Slack Notifications |