Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
aromanov91 committed Mar 15, 2024
1 parent 0454b8f commit 2f0fc1c
Showing 1 changed file with 6 additions and 24 deletions.
30 changes: 6 additions & 24 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,32 +6,14 @@ on:
workflow_dispatch:

jobs:
build-oversizeComponents:
name: Build OversizeComponents
build-swiftpm:
name: Build packages
uses: oversizedev/GithubWorkflows/.github/workflows/build-swiftpm.yml@main
strategy:
matrix:
packages: [OversizeComponents, OversizeHealthComponents, OversizePhotoComponents, OversizeWeatherComponents]
with:
package: "OversizeComponents"
secrets: inherit

build-healthComponents:
name: Build HealthComponents
uses: oversizedev/GithubWorkflows/.github/workflows/build-swiftpm.yml@main
with:
package: "OversizeHealthComponents"
secrets: inherit

build-photoComponents:
name: Build PhotoComponents
uses: oversizedev/GithubWorkflows/.github/workflows/build-swiftpm.yml@main
with:
package: "OversizePhotoComponents"
secrets: inherit

build-weatherComponents:
name: Build WeatherComponents
uses: oversizedev/GithubWorkflows/.github/workflows/build-swiftpm.yml@main
with:
package: "OversizeWeatherComponents"
package: ${{ matrix.packages }}
secrets: inherit

tests:
Expand Down

0 comments on commit 2f0fc1c

Please sign in to comment.