Skip to content

Commit

Permalink
Update build-and-test-ios-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
magkue authored Nov 4, 2024
1 parent c759fdd commit a447aa1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-and-test-ios-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,15 @@ jobs:
defaults:
run:
shell: /bin/bash -e {0}
working-directory: /Users/github-runner
permissions:
contents: read
runs-on: [self-hosted, macOS]
steps:
- uses: actions/checkout@v2

- name: Update Bundler
run: echo $PATH && bundle update
run: whoami && echo $PATH && source .bashrc && bundle update

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

0 comments on commit a447aa1

Please sign in to comment.