diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml deleted file mode 100644 index 9704dacf..00000000 --- a/.github/workflows/tests.yaml +++ /dev/null @@ -1,12 +0,0 @@ -name: tests -on: - workflow_dispatch: - -jobs: - tests_self_hosted: - runs-on: [self-hosted, macos] - steps: - - uses: actions/checkout@v3 - - uses: subosito/flutter-action@v2 - - run: flutter test - - run: flutter test -d macos integration_test/smoke_test.dart