Skip to content

Commit

Permalink
chore: update workflows config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jul 5, 2023
1 parent 2826a53 commit 078c091
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_ios_app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 16
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7.5
bundler-cache: true

- run: yarn install
- run: npm run build
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- run: yarn install
- run: npm run build
- run: npm run test
working-directory: test-ci
- run: npm run doc
- run: rm -rf packages/docs/doc
- run: mkdir -p packages/docs/doc
Expand Down

0 comments on commit 078c091

Please sign in to comment.