From 23f7a699f2a0f8ec16a1de1769f949f93bafbf6c Mon Sep 17 00:00:00 2001 From: Matthias Nehlsen Date: Sat, 6 Apr 2024 21:45:01 +0200 Subject: [PATCH] ci: run Matrix integraation test on macOS runner --- .github/workflows/flutter-matrix-test_mac.yml | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .github/workflows/flutter-matrix-test_mac.yml diff --git a/.github/workflows/flutter-matrix-test_mac.yml b/.github/workflows/flutter-matrix-test_mac.yml new file mode 100644 index 000000000..26c02abb4 --- /dev/null +++ b/.github/workflows/flutter-matrix-test_mac.yml @@ -0,0 +1,27 @@ +name: Flutter Matrix Test macOS + +on: + push: + branches: + - '**' + +jobs: + test: + name: Flutter Matrix Test on macOS + runs-on: macos-latest + steps: + - uses: actions/checkout@v3 + - uses: kuhnroyal/flutter-fvm-config-action@v2 + id: fvm-config-action + - uses: subosito/flutter-action@v2 + with: + flutter-version: ${{ steps.fvm-config-action.outputs.FLUTTER_VERSION }} + channel: ${{ steps.fvm-config-action.outputs.FLUTTER_CHANNEL }} + - uses: hoverkraft-tech/compose-action@v2.0.0 + with: + cwd: "integration_test/docker" + - name: Run Matrix integration test + uses: GabrielBB/xvfb-action@v1.6 + with: + working-directory: ./integration_test + run: ./run_matrix_tests.sh