Skip to content

Commit 078c091

Browse files
committedJul 5, 2023
chore: update workflows config.
1 parent 2826a53 commit 078c091

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed
 

Diff for: ‎.github/workflows/build_ios_app.yml

+4
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ jobs:
1313
- uses: actions/setup-node@v3
1414
with:
1515
node-version: 16
16+
- uses: ruby/setup-ruby@v1
17+
with:
18+
ruby-version: 2.7.5
19+
bundler-cache: true
1620

1721
- run: yarn install
1822
- run: npm run build

Diff for: ‎.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
- run: yarn install
2222
- run: npm run build
2323
- run: npm run test
24+
working-directory: test-ci
2425
- run: npm run doc
2526
- run: rm -rf packages/docs/doc
2627
- run: mkdir -p packages/docs/doc

0 commit comments

Comments
 (0)
Please sign in to comment.