(CI) fix workflow
This commit is contained in:
2
.github/workflows/dart.yml
vendored
2
.github/workflows/dart.yml
vendored
@@ -16,7 +16,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
channel: master
|
channel: master
|
||||||
architecture: X64
|
architecture: X64
|
||||||
- run: cd thermion_dart && dart pub get && dart--enable-experiment=native-assets test
|
- run: cd thermion_dart && dart pub get && dart --enable-experiment=native-assets test
|
||||||
- name: Zip goldens
|
- name: Zip goldens
|
||||||
run: zip -r goldens.zip ./thermion_dart/test/output
|
run: zip -r goldens.zip ./thermion_dart/test/output
|
||||||
- name: Upload golden images
|
- name: Upload golden images
|
||||||
|
|||||||
Reference in New Issue
Block a user