Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

Commit

Permalink
CI: run integration tests one by one
Browse files Browse the repository at this point in the history
  • Loading branch information
jpnurmi committed Feb 10, 2023
1 parent 99e07b5 commit 4feb552
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/integration_test.yaml
Expand Up @@ -12,9 +12,12 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
package:
- ubuntu_desktop_installer
- ubuntu_wsl_setup
include:
- package: ubuntu_desktop_installer
target: ubuntu_desktop_installer_test.dart
- package: ubuntu_desktop_installer
target: installation_slides_test.dart
- package: ubuntu_wsl_setup
fail-fast: false
max-parallel: 1

Expand Down Expand Up @@ -52,7 +55,7 @@ jobs:
- name: Run tests
run: |
xvfb-run -a -s '-screen 0 1024x768x24 +extension GLX' \
flutter test integration_test
flutter test integration_test/${{matrix.target}}
working-directory: packages/${{matrix.package}}
env:
SUBIQUITY_REPLAY_TIMESCALE: 100

0 comments on commit 4feb552

Please sign in to comment.