diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b98bbead..2c720b77 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,4 +1,4 @@ -name: build +name: test on: push: @@ -18,6 +18,7 @@ jobs: - run: | sudo apt-get update -y sudo apt-get install -y ninja-build libgtk-3-dev libappindicator3-dev xvfb + - uses: bluefireteam/melos-action@v3 - working-directory: ./packages/window_manager/example run: xvfb-run -a flutter test integration_test -v integration_test-macos: @@ -28,6 +29,7 @@ jobs: with: channel: stable flutter-version: "3.24.3" + - uses: bluefireteam/melos-action@v3 # Blocked by https://github.com/flutter/flutter/issues/118469 # - working-directory: ./packages/window_manager/example # run: flutter test integration_test -v @@ -39,5 +41,6 @@ jobs: with: channel: stable flutter-version: "3.24.3" + - uses: bluefireteam/melos-action@v3 - working-directory: ./packages/window_manager/example run: flutter test integration_test -v