From a217765caaf6ea077d625116e35cd417b0c2b953 Mon Sep 17 00:00:00 2001 From: Shawn Date: Wed, 25 Sep 2024 22:31:23 -0600 Subject: [PATCH] Delete .github/workflows/tests.yaml --- .github/workflows/tests.yaml | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 .github/workflows/tests.yaml 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