Skip to content

Commit

Permalink
Update CI #patch
Browse files Browse the repository at this point in the history
  • Loading branch information
aromanov91 committed Oct 12, 2023
1 parent ecbcee9 commit dda0ccf
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 53 deletions.
26 changes: 0 additions & 26 deletions .github/workflows/build-swiftpm.yml

This file was deleted.

20 changes: 0 additions & 20 deletions .github/workflows/bump.yml

This file was deleted.

39 changes: 34 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,43 @@ on:

jobs:

build-swiftpm:
name: Build SwiftPM
uses: ./.github/workflows/build-swiftpm.yml
build-oversizeComponents:
name: Build OversizeComponents
uses: oversizedev/GithubWorkflows/.github/workflows/build-swiftpm.yml@main
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"
secrets: inherit

tests:
name: Test
needs: [build-oversizeComponents, build-healthComponents, build-photoComponents, build-weatherComponents]
uses: oversizedev/GithubWorkflows/.github/workflows/test.yml@main
secrets: inherit

bump:
name: Bump version
needs: build-swiftpm
uses: ./.github/workflows/bump.yml
needs: tests
uses: oversizedev/GithubWorkflows/.github/workflows/bump.yml@main
secrets: inherit

3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
/*.xcodeproj
xcuserdata/
DerivedData/
.swiftpm/config/registries.json
.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata
.swiftpm
.netrc
/Package.resolved

0 comments on commit dda0ccf

Please sign in to comment.