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 1bde1df commit 3fd154a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ on:
branches:
- next
jobs:
# Continuous-Integration:
# uses: ./.github/workflows/ci.yml
# secrets: inherit
Continuous-Integration:
uses: ./.github/workflows/ci.yml
secrets: inherit
Create-Release:
# needs: [Continuous-Integration]
uses: ./.github/workflows/release.yml
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/stable.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: Release CI/CD
name: Main CI/CD
# https://docs.github.com/en/actions/managing-workflow-runs/skipping-workflow-runs
on:
push:
branches:
- main
jobs:
# Continuous-Integration:
# uses: ./.github/workflows/ci.yml
# secrets: inherit
Continuous-Integration:
uses: ./.github/workflows/ci.yml
secrets: inherit
Deploy-App:
uses: ./.github/workflows/cd.yml
secrets: inherit
Expand Down

0 comments on commit 3fd154a

Please sign in to comment.