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 c4bd337 commit 288a4b0Copy full SHA for 288a4b0
1 file changed
.github/workflows/functional-test.yml
@@ -149,9 +149,11 @@ jobs:
149
disable-animations: false
150
disable-spellchecker: true
151
script: |
152
- cd android_tests
153
- bundle install
154
- bundle exec rake android
+ pushd android_tests
+ bundle install
+ bundle exec rake --tasks
155
+ bundle exec rake android
156
+ popd
157
158
- name: Save server output
159
if: ${{ always() }}
0 commit comments