Skip to content

Commit

Permalink
Debug workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DDavidPrime committed Sep 19, 2024
1 parent 6fcfa56 commit 83c58ba
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/fastlane_build_and_deploy_android_app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@ jobs:
ruby-version: 3.1.0
bundler-cache: true
- name: List files
run: ls -la
run: |
pwd
ls -la
- name: Configure Ruby
run: |
bundle install
Expand Down

0 comments on commit 83c58ba

Please sign in to comment.