(CI) run macos/web samples separately
This commit is contained in:
6
.github/workflows/dart.yml
vendored
6
.github/workflows/dart.yml
vendored
@@ -45,8 +45,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
channel: master
|
channel: master
|
||||||
architecture: ARM64
|
architecture: ARM64
|
||||||
- run: cd quickstart && flutter pub get && flutter build macos && flutter build web
|
- run: cd quickstart && flutter pub get && flutter build macos
|
||||||
- run: cd picking && flutter pub get && flutter build macos && flutter build web
|
- run: cd quickstart && flutter build web
|
||||||
|
- run: cd picking && flutter pub get && flutter build macos
|
||||||
|
- run: cd picking && flutter build web
|
||||||
- name: Upload logs
|
- name: Upload logs
|
||||||
if: failure() || steps.build.outcome == 'failure'
|
if: failure() || steps.build.outcome == 'failure'
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user