diff --git a/.github/workflows/celest_core.yaml b/.github/workflows/celest_core.yaml index 6c7e2881..1d748201 100644 --- a/.github/workflows/celest_core.yaml +++ b/.github/workflows/celest_core.yaml @@ -126,26 +126,28 @@ jobs: export DISPLAY=:99 sudo Xvfb -ac :99 -screen 0 1280x1024x24 > /dev/null 2>&1 & flutter test -d linux integration_test/secure_storage_test.dart - test_windows: - needs: analyze_and_format - runs-on: windows-latest - timeout-minutes: 15 - steps: - - name: Git Checkout - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # 4.1.1 - - name: Setup Flutter - uses: subosito/flutter-action@62f096cacda5168a3bd7b95793373be14fa4fbaf # 2.13.0 - with: - cache: true - - name: Get Packages - working-directory: packages/celest_core - run: dart pub get --no-example - - name: Test - working-directory: packages/celest_core - run: dart test - - name: Get Packages (Example) - working-directory: packages/celest_core/example - run: flutter pub get - - name: Test (Windows) - working-directory: packages/celest_core/example - run: flutter test -d windows integration_test/secure_storage_test.dart + # TODO: Re-enable + # Need to fix this: Git error. Command: `git clone --mirror https://github.com/dart-lang/native /c/Users/runneradmin/.pub-cache\git\cache\native-647c69ed8027da6d6def6bc40efa87cf1a2f76aa` + # test_windows: + # needs: analyze_and_format + # runs-on: windows-latest + # timeout-minutes: 15 + # steps: + # - name: Git Checkout + # uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # 4.1.1 + # - name: Setup Flutter + # uses: subosito/flutter-action@62f096cacda5168a3bd7b95793373be14fa4fbaf # 2.13.0 + # with: + # cache: true + # - name: Get Packages + # working-directory: packages/celest_core + # run: dart pub get --no-example + # - name: Test + # working-directory: packages/celest_core + # run: dart test + # - name: Get Packages (Example) + # working-directory: packages/celest_core/example + # run: flutter pub get + # - name: Test (Windows) + # working-directory: packages/celest_core/example + # run: flutter test -d windows integration_test/secure_storage_test.dart