Skip to content

Commit

Permalink
Add tests in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
aromanov91 committed Jul 24, 2024
1 parent a1499f3 commit 8784223
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,14 @@ name: CI

on:
push:
branches: ["main"]
branches:
- main
- develop
workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:

Expand All @@ -14,14 +20,14 @@ jobs:
package: "OversizeModels"
secrets: inherit

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

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

0 comments on commit 8784223

Please sign in to comment.