Testing: disable puppeteer/chrome sandbox in Github Actions for Ubuntu 24.04 (#1657)

--disable-setuid-sandbox deemed acceptable by Yun as it's for Github Actions only
This commit is contained in:
Eoghan Murray
2025-03-07 12:48:48 +00:00
committed by GitHub
parent 6f4e691f39
commit fd9d2747c6
8 changed files with 16 additions and 6 deletions

View File

@@ -9,7 +9,7 @@ jobs:
name: Tests
permissions:
contents: read
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v3