(CI) add picking_tests.dart and disable overlay_tests.dart (latter seems to have some issue on Linux
This commit is contained in:
18
.github/workflows/dart.yml
vendored
18
.github/workflows/dart.yml
vendored
@@ -12,10 +12,24 @@ 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 test/overlay_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/picking_tests.dart
|
||||
--concurrency=1
|
||||
# test/overlay_tests.dart
|
||||
- name: Zip output
|
||||
run: zip -r output.zip ./thermion_dart/test/output
|
||||
- name: Upload golden images
|
||||
- name: Upload test output
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: golden-images-${{ github.sha }}
|
||||
|
||||
Reference in New Issue
Block a user