mirror of
https://github.com/logos-messaging/examples.waku.org.git
synced 2026-05-20 16:19:43 +00:00
ci: build before test, only test if present
This commit is contained in:
parent
9aa3962145
commit
a7f422956c
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -40,6 +40,10 @@ jobs:
|
|||||||
run: pnpm install --frozen-lockfile
|
run: pnpm install --frozen-lockfile
|
||||||
working-directory: ${{ matrix.example }}
|
working-directory: ${{ matrix.example }}
|
||||||
|
|
||||||
- name: test
|
- name: build
|
||||||
run: pnpm run test
|
run: pnpm run build
|
||||||
|
working-directory: ${{ matrix.example }}
|
||||||
|
|
||||||
|
- name: test
|
||||||
|
run: pnpm --if-present test
|
||||||
working-directory: ${{ matrix.example }}
|
working-directory: ${{ matrix.example }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user