Skip to content

Commit

Permalink
ci: fix yarn v3 installation command
Browse files Browse the repository at this point in the history
  • Loading branch information
CAMOBAP committed Jun 6, 2024
1 parent 613d8bf commit d78e4a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
- cron: '0 0 * * 0' # https://crontab.guru/every-week

env:
GRADLE_OPTS: -Xmx2048m
TEST_APP_DEPS: react-native-modal react-native-webview
TEST_APP_DEV_DEPS: typescript @babel/preset-env react-shallow-renderer
RN_BUNDLE_ARGS: --entry-file index.js --platform android --dev false --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res
Expand Down Expand Up @@ -42,7 +43,7 @@ jobs:
- name: Run yarn add ...
working-directory: rnexample
run: |
yarn add file:../react-native-hcaptcha
yarn add @hcaptcha/react-native-hcaptcha@file:../react-native-hcaptcha
yarn add --dev ${{ env.TEST_APP_DEV_DEPS }}
yarn add ${{ env.TEST_APP_DEPS }}
cp ../react-native-hcaptcha/Example.App.js App.js
Expand Down

0 comments on commit d78e4a7

Please sign in to comment.