We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2826a53 commit 078c091Copy full SHA for 078c091
.github/workflows/build_ios_app.yml
@@ -13,6 +13,10 @@ jobs:
13
- uses: actions/setup-node@v3
14
with:
15
node-version: 16
16
+ - uses: ruby/setup-ruby@v1
17
+ with:
18
+ ruby-version: 2.7.5
19
+ bundler-cache: true
20
21
- run: yarn install
22
- run: npm run build
.github/workflows/ci.yml
@@ -21,6 +21,7 @@ jobs:
23
- run: npm run test
24
+ working-directory: test-ci
25
- run: npm run doc
26
- run: rm -rf packages/docs/doc
27
- run: mkdir -p packages/docs/doc
0 commit comments