ssh
This commit is contained in:
parent
ec79f28ffe
commit
c34da830b0
3
.github/workflows/tests_others.yml
vendored
3
.github/workflows/tests_others.yml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue