Skip to content

Commit

Permalink
Manually add to path
Browse files Browse the repository at this point in the history
  • Loading branch information
magkue authored Nov 4, 2024
1 parent a447aa1 commit bcb1e0a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-and-test-ios-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@ on:

jobs:
build:
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: Set Path
run: |
echo "/Users/github-runner/.rbenv/shims" >> $GITHUB_PATH
- name: Update Bundler
run: whoami && echo $PATH && source .bashrc && bundle update
run: bundle update

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

0 comments on commit bcb1e0a

Please sign in to comment.