diff --git a/.github/workflows/flutter-matrix-test_mac.yml b/.github/workflows/flutter-matrix-test_mac.yml new file mode 100644 index 000000000..88094afee --- /dev/null +++ b/.github/workflows/flutter-matrix-test_mac.yml @@ -0,0 +1,29 @@ +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 + - name: Set up Docker + uses: crazy-max/ghaction-setup-docker@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