Skip to content

Commit

Permalink
ci: run e2e tests on Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
theoludwig committed May 13, 2023
1 parent 0fa3891 commit 40216a6
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:

test-e2e-docker:
runs-on: 'ubuntu-latest'
timeout-minutes: 15
steps:
- uses: 'actions/checkout@v3.5.2'

Expand Down Expand Up @@ -57,12 +58,13 @@ jobs:

test-e2e-classic:
runs-on: ${{ matrix.os }}
timeout-minutes: 15

strategy:
matrix:
include:
- os: 'macos-latest'
- os: 'windows-latest'
# - os: 'macos-latest'
# - os: 'windows-latest'
- os: 'ubuntu-latest'
fail-fast: false

Expand All @@ -81,7 +83,7 @@ jobs:
- name: 'Build'
run: 'npm run build'

- name: 'Install leon'
- name: 'Install Leon CLI'
run: 'npm install --global'

- name: 'End To End (e2e) Test'
Expand Down

0 comments on commit 40216a6

Please sign in to comment.