mirror of
https://github.com/logos-messaging/examples.waku.org.git
synced 2026-01-04 05:43:07 +00:00
app examples into path in ci
This commit is contained in:
parent
36a3999438
commit
1ef616efcb
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -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…
x
Reference in New Issue
Block a user