Added missed others
This commit is contained in:
parent
b31e4daff8
commit
0ff1c5fd3a
10
.github/workflows/tests_others.yml
vendored
10
.github/workflows/tests_others.yml
vendored
|
|
@ -22,7 +22,7 @@ env:
|
||||||
jobs:
|
jobs:
|
||||||
test_stress:
|
test_stress:
|
||||||
name: Stress - ${{ matrix.os }}
|
name: Stress - ${{ matrix.os }}
|
||||||
if: github.repository == 'microsoft/playwright' || github.event_name == 'workflow_dispatch'
|
if: github.repository == 'microsoft/playwright'
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
|
|
@ -59,7 +59,7 @@ jobs:
|
||||||
|
|
||||||
test_webview2:
|
test_webview2:
|
||||||
name: WebView2
|
name: WebView2
|
||||||
if: github.repository == 'microsoft/playwright' || github.event_name == 'workflow_dispatch'
|
if: github.repository == 'microsoft/playwright'
|
||||||
environment: ${{ github.event_name == 'push' && 'allow-uploading-flakiness-results' || null }}
|
environment: ${{ github.event_name == 'push' && 'allow-uploading-flakiness-results' || null }}
|
||||||
runs-on: windows-2022
|
runs-on: windows-2022
|
||||||
permissions:
|
permissions:
|
||||||
|
|
@ -90,7 +90,7 @@ jobs:
|
||||||
|
|
||||||
test_clock_frozen_time_linux:
|
test_clock_frozen_time_linux:
|
||||||
name: time library - ${{ matrix.clock }}
|
name: time library - ${{ matrix.clock }}
|
||||||
if: github.repository == 'microsoft/playwright' || github.event_name == 'workflow_dispatch'
|
if: github.repository == 'microsoft/playwright'
|
||||||
environment: ${{ github.event_name == 'push' && 'allow-uploading-flakiness-results' || null }}
|
environment: ${{ github.event_name == 'push' && 'allow-uploading-flakiness-results' || null }}
|
||||||
permissions:
|
permissions:
|
||||||
id-token: write # This is required for OIDC login (azure/login) to succeed
|
id-token: write # This is required for OIDC login (azure/login) to succeed
|
||||||
|
|
@ -116,7 +116,7 @@ jobs:
|
||||||
|
|
||||||
test_clock_frozen_time_test_runner:
|
test_clock_frozen_time_test_runner:
|
||||||
name: time test runner - ${{ matrix.clock }}
|
name: time test runner - ${{ matrix.clock }}
|
||||||
if: github.repository == 'microsoft/playwright' || github.event_name == 'workflow_dispatch'
|
if: github.repository == 'microsoft/playwright'
|
||||||
environment: ${{ github.event_name == 'push' && 'allow-uploading-flakiness-results' || null }}
|
environment: ${{ github.event_name == 'push' && 'allow-uploading-flakiness-results' || null }}
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
permissions:
|
permissions:
|
||||||
|
|
@ -141,7 +141,7 @@ jobs:
|
||||||
|
|
||||||
test_electron:
|
test_electron:
|
||||||
name: Electron - ${{ matrix.os }}
|
name: Electron - ${{ matrix.os }}
|
||||||
if: github.repository == 'microsoft/playwright' || github.event_name == 'workflow_dispatch'
|
if: github.repository == 'microsoft/playwright'
|
||||||
environment: ${{ github.event_name == 'push' && 'allow-uploading-flakiness-results' || null }}
|
environment: ${{ github.event_name == 'push' && 'allow-uploading-flakiness-results' || null }}
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue