Skip to content

Commit

Permalink
Second iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusPettersson98 committed Oct 23, 2023
1 parent 59bdb7e commit dcfec34
Showing 1 changed file with 1 addition and 31 deletions.
32 changes: 1 addition & 31 deletions .github/workflows/desktop-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,39 +24,9 @@ jobs:
with:
name: ${{ matrix.os }}_report
path: ./tests/.ci-logs/${{ matrix.os }}_report
e2e-test-windows:
name: Windows end-to-end tests
runs-on: [self-hosted, desktop-test, Linux] # app-test-linux
timeout-minutes: 240
strategy:
fail-fast: false
matrix:
os: []
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run end-to-end tests
shell: bash -ieo pipefail {0}
run: |
./test/ci-runtests.sh ${{ matrix.os }}
e2e-test-macos:
name: macOS end-to-end tests
runs-on: [self-hosted, desktop-test, macOS] # app-test-macos-arm
timeout-minutes: 240
strategy:
fail-fast: false
matrix:
os: []
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run end-to-end tests
shell: bash -ieo pipefail {0}
run: |
./test/ci-runtests.sh ${{ matrix.os }}
compile-test-matrix:
name: Result matrix
needs: e2e-test-linux
runs-on: [self-hosted, desktop-test, Linux]
timeout-minutes: 240
strategy:
Expand Down

0 comments on commit dcfec34

Please sign in to comment.