mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Fix indentation for Selenium UI test job in e2e workflow
This commit is contained in:
parent
0ae30eea51
commit
d8e34bbaf2
1 changed files with 2 additions and 2 deletions
4
.github/workflows/e2e-testing.yml
vendored
4
.github/workflows/e2e-testing.yml
vendored
|
|
@ -211,9 +211,9 @@ jobs:
|
||||||
- { name: "mobile", width: 375, height: 667 }
|
- { name: "mobile", width: 375, height: 667 }
|
||||||
fail-fast: false # Continue other jobs even if one fails
|
fail-fast: false # Continue other jobs even if one fails
|
||||||
|
|
||||||
name: Test ${{ matrix.browser }} - ${{ matrix.resolution.name }}
|
name: Test ${{ matrix.browser }} - ${{ matrix.resolution.name }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue