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 28, 2023
1 parent f9ca0e5 commit b4c47a1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,15 @@ jobs:
token: ${{ secrets.ACTIONS_TOKEN }}
repository: oversizedev/OversizeResources

- name: Create annotation for build error
run: ls -l

- name: Create annotation for build error
run: cd Example

- name: Create annotation for build error
run: ls -l

- name: Build iOS
run: |
xcodebuild clean build -project "Example/Example.xcodeproj" -scheme "Example" | xcpretty
Expand Down

0 comments on commit b4c47a1

Please sign in to comment.