Skip to content

Commit

Permalink
Update build-example.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aromanov91 authored Sep 27, 2023
1 parent f5fbc69 commit 85fdb9b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,12 @@ jobs:
with:
token: ${{ secrets.ACTIONS_TOKEN }}
repository: oversizedev/OversizeResources

- name: Test
run: cd "${{ env.PROJECT_DIR }}

- name: Build iOS
run: |
xcodebuild clean build -project "${{ env.PROJECT_DIR }}/${{ env.PROJECT_NAME }}" -scheme "${{ env.iOSSCHEME }}" | xcpretty
xcodebuild clean build -project "Example/Example.xcodeproj" -scheme "Example" | xcpretty
env:
destination: ${{ matrix.iosDestination }}

0 comments on commit 85fdb9b

Please sign in to comment.