From 2c7425fbdb430932a55d68d6c74dec3d08933022 Mon Sep 17 00:00:00 2001 From: Nick Fisher Date: Thu, 26 Jun 2025 22:11:13 +0800 Subject: [PATCH] (CI) add overlay_tests.dart --- .github/workflows/dart.yml | 2 +- thermion_dart/lib/src/filament/src/interface/grid_overlay.dart | 0 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 thermion_dart/lib/src/filament/src/interface/grid_overlay.dart diff --git a/.github/workflows/dart.yml b/.github/workflows/dart.yml index 423c374e..20f8a966 100644 --- a/.github/workflows/dart.yml +++ b/.github/workflows/dart.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v4 - uses: ./.github/actions/setup-build-env - - run: cd thermion_dart && dart pub get && xvfb-run dart --enable-experiment=native-assets test test/asset_tests.dart test/instancing_tests.dart test/light_tests.dart test/entity_tests.dart test/geometry_tests.dart test/view_tests.dart test/postprocessing_tests.dart test/scene_tests.dart --concurrency=1 + - run: cd thermion_dart && dart pub get && xvfb-run dart --enable-experiment=native-assets test test/asset_tests.dart test/instancing_tests.dart test/light_tests.dart test/entity_tests.dart test/geometry_tests.dart test/view_tests.dart test/postprocessing_tests.dart test/scene_tests.dart test/overlay_tests.dart --concurrency=1 - name: Zip output run: zip -r output.zip ./thermion_dart/test/output - name: Upload golden images diff --git a/thermion_dart/lib/src/filament/src/interface/grid_overlay.dart b/thermion_dart/lib/src/filament/src/interface/grid_overlay.dart deleted file mode 100644 index e69de29b..00000000