Skip to content

Commit 2c1e9a7

Browse files
committedJan 5, 2025·
feat(mobile): e2e test integration
1 parent 40eed65 commit 2c1e9a7

File tree

61 files changed

+673
-191
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+673
-191
lines changed
 

‎.github/workflows/build-linux.yml

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
uses: actions/setup-node@v4
2626
with:
2727
node-version: 22.x
28+
cache: 'pnpm'
2829
- name: Install dependencies
2930
run: pnpm install
3031
- name: Build for Linux

‎.github/workflows/build-macos.yml

+5
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ on:
1212
paths:
1313
- packages/cpp.js/**
1414
- packages/cppjs-plugin-*/**
15+
- packages/cppjs-sample-lib-*/**
16+
- packages/cppjs-sample-web-*/**
17+
- packages/cppjs-sample-backend-*/**
18+
- packages/cppjs-sample-cloud-*/**
1519
- .github/workflows/build-macos.yml
1620

1721
permissions: {}
@@ -55,6 +59,7 @@ jobs:
5559
uses: actions/setup-node@v4
5660
with:
5761
node-version: 22.x
62+
cache: 'pnpm'
5863
- name: Install dependencies
5964
run: |
6065
pnpm install

0 commit comments

Comments
 (0)