Skip to content

Commit

Permalink
Update github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
tomlokhorst committed Sep 16, 2020
1 parent 745b73c commit df0565b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
${{ runner.os }}-pods-
- name: Install pods
if: steps.pod-cache.outputs.cache-hit != 'true'
run: pod install
run: pod install --project-directory=Examples
- name: Test
run: fastlane scan --workspace "Examples/RswiftExamples.xcworkspace" --scheme "ResourceApp"

Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
${{ runner.os }}-pods-
- name: Install pods
if: steps.pod-cache.outputs.cache-hit != 'true'
run: pod install
run: pod install --project-directory=Examples
- name: Test
run: fastlane scan --workspace "Examples/RswiftExamples.xcworkspace" --scheme "ResourceApp-tvOS"

Expand Down

0 comments on commit df0565b

Please sign in to comment.