From e3411c85fb3708ebbf2a9270dc51446065c8757a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Magnus=20K=C3=BChne?= <73171182+magkue@users.noreply.github.com> Date: Mon, 4 Nov 2024 13:49:02 +0100 Subject: [PATCH] Print out path --- .github/workflows/build-and-test-ios-app.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-test-ios-app.yml b/.github/workflows/build-and-test-ios-app.yml index d7775e70..b143d63e 100644 --- a/.github/workflows/build-and-test-ios-app.yml +++ b/.github/workflows/build-and-test-ios-app.yml @@ -12,7 +12,7 @@ jobs: build: defaults: run: - shell: bash -leo {0} + shell: bash -e {0} permissions: contents: read runs-on: [self-hosted, macOS] @@ -20,7 +20,7 @@ jobs: - 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