Skip to content

Commit

Permalink
fixup: brevity, yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dlon committed Oct 19, 2023
1 parent f7c5679 commit 21a86af
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/desktop-e2e.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Desktop - End-to-end testing on supported platforms
name: Desktop - End-to-end tests
on:
schedule:
- cron: '0 0 * * *'
Expand All @@ -8,7 +8,7 @@ on:
- migrate-tests
jobs:
e2e-test-linux:
name: Linux end-to-end desktop tests
name: Linux end-to-end tests
runs-on: [self-hosted, desktop-test, Linux] # app-test-linux
timeout-minutes: 240
strategy:
Expand All @@ -23,7 +23,7 @@ jobs:
run: |
./test/ci-runtests.sh ${{ matrix.os }}
e2e-test-windows:
name: Windows end-to-end desktop tests
name: Windows end-to-end tests
runs-on: [self-hosted, desktop-test, Linux] # app-test-linux
timeout-minutes: 240
strategy:
Expand All @@ -38,7 +38,7 @@ jobs:
run: |
./test/ci-runtests.sh ${{ matrix.os }}
e2e-test-macos:
name: macOS end-to-end desktop tests
name: macOS end-to-end tests
runs-on: [self-hosted, desktop-test, macOS] # app-test-macos-arm
timeout-minutes: 240
strategy:
Expand Down

0 comments on commit 21a86af

Please sign in to comment.