(CI) remove update_goldens step - image artifacts are uploaded for every run, when updating goldens, edit dart.yml to point to the correct run/artifact ID

This commit is contained in:
Nick Fisher
2025-06-26 10:14:43 +08:00
parent e7227d5f91
commit 9d4802c270

View File

@@ -7,13 +7,6 @@ on:
branches: [ "develop" ]
jobs:
update-goldens:
runs-on: ubuntu-22.04
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
dart-tests:
runs-on: ubuntu-22.04
steps: