Skip to content

Commit

Permalink
Explicit dependency of release action on tests job
Browse files Browse the repository at this point in the history
  • Loading branch information
art-divin committed Jan 23, 2024
1 parent a367543 commit 15decca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release_macOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
tests:
uses: ./.github/workflows/test_macOS.yml
build:
needs: tests
name: Build Sourcery for macOS
runs-on: macos-13
steps:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
tests:
uses: ./.github/workflows/test_ubuntu.yml
build:
needs: tests
name: Build Sourcery for Ubuntu (latest)
runs-on: ubuntu-latest
outputs:
Expand Down

0 comments on commit 15decca

Please sign in to comment.