Skip to content

Commit

Permalink
Print out path
Browse files Browse the repository at this point in the history
  • Loading branch information
magkue authored Nov 4, 2024
1 parent ca23dc1 commit e3411c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test-ios-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ jobs:
build:
defaults:
run:
shell: bash -leo {0}
shell: bash -e {0}
permissions:
contents: read
runs-on: [self-hosted, macOS]
steps:
- uses: actions/checkout@v2

- name: Update Bundler
run: ruby --version && bundle update
run: echo $PATH && echo $GITHUB_PATH && bundle update

- name: Check static code quality of iOS App
run: bundle exec fastlane swift_lint
Expand Down

0 comments on commit e3411c8

Please sign in to comment.