(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:
7
.github/workflows/dart.yml
vendored
7
.github/workflows/dart.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user