(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" ]
|
branches: [ "develop" ]
|
||||||
|
|
||||||
jobs:
|
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:
|
dart-tests:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user