This commit is contained in:
Simon Knott 2025-01-07 16:46:44 +01:00
parent ec79f28ffe
commit c34da830b0
No known key found for this signature in database
GPG key ID: 8CEDC00028084AEC

View file

@ -9,7 +9,6 @@ on:
paths-ignore: paths-ignore:
- 'browser_patches/**' - 'browser_patches/**'
- 'docs/**' - 'docs/**'
types: [ labeled ]
branches: branches:
- main - main
- release-* - release-*
@ -147,6 +146,8 @@ jobs:
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
- uses: ./.github/actions/run-test - uses: ./.github/actions/run-test
with: with:
browsers-to-install: chromium browsers-to-install: chromium