app examples into path in ci
This commit is contained in:
parent
36a3999438
commit
1ef616efcb
|
@ -37,12 +37,12 @@ jobs:
|
||||||
|
|
||||||
- name: install
|
- name: install
|
||||||
run: pnpm install --frozen-lockfile
|
run: pnpm install --frozen-lockfile
|
||||||
working-directory: ${{ matrix.example }}
|
working-directory: examples/${{ matrix.example }}
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
run: pnpm run build
|
run: pnpm run build
|
||||||
working-directory: ${{ matrix.example }}
|
working-directory: examples/${{ matrix.example }}
|
||||||
|
|
||||||
- name: test
|
- name: test
|
||||||
run: pnpm --if-present test
|
run: pnpm --if-present test
|
||||||
working-directory: ${{ matrix.example }}
|
working-directory: examples/${{ matrix.example }}
|
||||||
|
|
Loading…
Reference in New Issue