Skip to content

Commit

Permalink
Rename github workflow job
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusPettersson98 committed Oct 16, 2023
1 parent 1387161 commit 42e0c49
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/desktop-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
description: 'Signed tag'
required: true
jobs:
instrumented-tests:
e2e-test:
name: Run end-to-end desktop tests
runs-on: [self-hosted, desktop-test]
timeout-minutes: 240
Expand All @@ -19,7 +19,6 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Run end-to-end tests
shell: bash -ieo pipefail {0}
env:
Expand Down

0 comments on commit 42e0c49

Please sign in to comment.