Skip to content

Commit 288a4b0

Browse files
committed
use pushd and popd
1 parent c4bd337 commit 288a4b0

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/functional-test.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,11 @@ jobs:
149149
disable-animations: false
150150
disable-spellchecker: true
151151
script: |
152-
cd android_tests
153-
bundle install
154-
bundle exec rake android
152+
pushd android_tests
153+
bundle install
154+
bundle exec rake --tasks
155+
bundle exec rake android
156+
popd
155157
156158
- name: Save server output
157159
if: ${{ always() }}

0 commit comments

Comments
 (0)