Skip to content

Commit

Permalink
Build/Test Tools: Disable AppArmor for JavaScript testing.
Browse files Browse the repository at this point in the history
This makes use of the new input added in [59635] that fixes tests on `ubuntu-24` in the 4.5 branch.

Props swissspidy, mukesh27.
See #62808.

git-svn-id: https://develop.svn.wordpress.org/branches/4.5@59651 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
desrosj committed Jan 16, 2025
1 parent f366236 commit 9f403ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/javascript-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9f403ec

Please sign in to comment.