Skip to content

Commit

Permalink
chore: added ci codecov upload
Browse files Browse the repository at this point in the history
  • Loading branch information
geolffreym committed Feb 7, 2025
1 parent 3fd154a commit c6701c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
uses: ./.github/workflows/ci.yml
secrets: inherit
Create-Release:
# needs: [Continuous-Integration]
needs: [Continuous-Integration]
uses: ./.github/workflows/release.yml
permissions:
contents: write # to be able to publish a GitHub release
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
uses: ./.github/workflows/ci.yml
secrets: inherit
Deploy-App:
needs: [Continuous-Integration]
uses: ./.github/workflows/cd.yml
secrets: inherit
with:
Expand Down

0 comments on commit c6701c4

Please sign in to comment.