Skip to content

Commit

Permalink
Add spm dir to ios screenshots Github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Petersson committed Dec 12, 2023
1 parent 821d36f commit 0a3d0bc
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 0a3d0bc

Please sign in to comment.