Skip to content

Commit

Permalink
Update ci-push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aromanov91 authored Oct 13, 2023
1 parent e628506 commit a74808e
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/ci-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,28 +7,28 @@ on:

jobs:

build-example:
name: Build Example
uses: oversizedev/GithubWorkflows/.github/workflows/build-ios-app.yml@main
with:
folder: AppExample
app: Example
secrets: inherit

build-swiftpm:
name: Build SwiftPM
needs: build-example
uses: oversizedev/GithubWorkflows/.github/workflows/build-swiftpm.yml@main
strategy:
matrix:
packages: [OversizeKit, OversizeAdsKit, OversizeCalendarKit, OversizeContactsKit, OversizeLocationKit, OversizeNoticeKit, OversizeNotificationKit, OversizeOnboardingKit, OversizePhotoKit]
packages: [OversizeKit]
with:
package: ${{ matrix.packages }}
secrets: inherit

build-example:
name: Build Example
needs: build-swiftpm
uses: oversizedev/GithubWorkflows/.github/workflows/build-ios-app.yml@main
with:
folder: AppExample
app: Example
secrets: inherit

tests:
name: Test
needs: build-example
needs: build-swiftpm
uses: oversizedev/GithubWorkflows/.github/workflows/test.yml@main
secrets: inherit

Expand Down

0 comments on commit a74808e

Please sign in to comment.