[fix] workflow test-widgets evn
This commit is contained in:
parent
4830c55441
commit
77ef7b0dcd
2 changed files with 4 additions and 2 deletions
3
.github/workflows/pr-test.yml
vendored
3
.github/workflows/pr-test.yml
vendored
|
|
@ -228,8 +228,9 @@ jobs:
|
||||||
make test
|
make test
|
||||||
|
|
||||||
- name: Run widgets test
|
- name: Run widgets test
|
||||||
|
env:
|
||||||
|
YAO_ROOT: ${{ env.DEMO_APP }}
|
||||||
run: |
|
run: |
|
||||||
echo "YAO_ROOT=$DEMO_APP" >> $GITHUB_ENV
|
|
||||||
make test-widgets
|
make test-widgets
|
||||||
|
|
||||||
- name: Codecov Report
|
- name: Codecov Report
|
||||||
|
|
|
||||||
3
.github/workflows/unit-test.yml
vendored
3
.github/workflows/unit-test.yml
vendored
|
|
@ -183,8 +183,9 @@ jobs:
|
||||||
make test
|
make test
|
||||||
|
|
||||||
- name: Run widgets test
|
- name: Run widgets test
|
||||||
|
env:
|
||||||
|
YAO_ROOT: ${{ env.DEMO_APP }}
|
||||||
run: |
|
run: |
|
||||||
echo "YAO_ROOT=$DEMO_APP" >> $GITHUB_ENV
|
|
||||||
make test-widgets
|
make test-widgets
|
||||||
|
|
||||||
- name: Codecov Report
|
- name: Codecov Report
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue