Skip to content

Commit

Permalink
Try in the same step
Browse files Browse the repository at this point in the history
  • Loading branch information
roryabraham committed Oct 1, 2024
1 parent 9d7959f commit 066a111
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/tempDebug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
with:
bundler-cache: true

- run: bundle exec fastlane android test
- run: |
bundle exec fastlane android test
echo "hello $apkPath"
- run: echo "hello $apkPath"
- run: echo "hi $apkPath"

0 comments on commit 066a111

Please sign in to comment.