[fix] workflow test-widgets evn

This commit is contained in:
Max 2022-09-21 00:12:37 +08:00
parent 4830c55441
commit 77ef7b0dcd
2 changed files with 4 additions and 2 deletions

View file

@ -228,8 +228,9 @@ jobs:
make test
- name: Run widgets test
env:
YAO_ROOT: ${{ env.DEMO_APP }}
run: |
echo "YAO_ROOT=$DEMO_APP" >> $GITHUB_ENV
make test-widgets
- name: Codecov Report

View file

@ -183,8 +183,9 @@ jobs:
make test
- name: Run widgets test
env:
YAO_ROOT: ${{ env.DEMO_APP }}
run: |
echo "YAO_ROOT=$DEMO_APP" >> $GITHUB_ENV
make test-widgets
- name: Codecov Report