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 6324942 commit 23e63c3Copy full SHA for 23e63c3
.circleci/config.yml
@@ -327,6 +327,7 @@ jobs:
327
command: ./scripts/should-skip-build && circleci step halt || echo "Build continuing."
328
- run: node --version
329
- run: yarn --version
330
+ - run: cd android && ./gradlew --version
331
- set-ruby-version
332
- workspace-attach-node_modules
333
- bundler-restore
0 commit comments