Skip to content

Commit

Permalink
Merge branch 'fix-the-screenshot-automation-ios-405'
Browse files Browse the repository at this point in the history
  • Loading branch information
pinkisemils committed Dec 12, 2023
2 parents 94b469f + f215d18 commit f6e3c01
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/ios-screenshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,6 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Configure cache
uses: actions/cache@v3
with:
path: ios/${{ env.SOURCE_PACKAGES_PATH }}
key: ${{ runner.os }}-spm-${{ hashFiles('ios/**/Package.resolved') }}
restore-keys: |
${{ runner.os }}-spm-
- name: Setup go-lang
uses: actions/setup-go@v3
with:
Expand Down Expand Up @@ -55,7 +47,7 @@ jobs:
working-directory: ios

- name: Create screenshots
run: bundle exec fastlane snapshot
run: bundle exec fastlane snapshot --cloned_source_packages_path "$SOURCE_PACKAGES_PATH"
working-directory: ios

- name: Upload screenshot artifacts
Expand Down

0 comments on commit f6e3c01

Please sign in to comment.