diff --git a/.github/workflows/desktop-e2e.yml b/.github/workflows/desktop-e2e.yml index 61f27f1f1439..7820475ce051 100644 --- a/.github/workflows/desktop-e2e.yml +++ b/.github/workflows/desktop-e2e.yml @@ -1,4 +1,4 @@ -name: Desktop - End-to-end testing on supported platforms +name: Desktop - End-to-end tests on: schedule: - cron: '0 0 * * *' @@ -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: @@ -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: @@ -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: