Skip to content

Commit

Permalink
Merge pull request #1013 from Annopaolo/test-workflow-uses-codecov-to…
Browse files Browse the repository at this point in the history
…ken-when-called

Workflows: allow to publish images to Dockerhub again
  • Loading branch information
matt-mazzucato authored Nov 15, 2024
2 parents 2ba1107 + 07c33cf commit d2ad714
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
jobs:
container_tests:
uses: ./.github/workflows/astarte-apps-build-workflow.yaml
secrets: inherit

e2e_tests:
uses: ./.github/workflows/astarte-end-to-end-test-workflow.yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ on:
jobs:
container_tests:
uses: ./.github/workflows/astarte-apps-build-workflow.yaml
secrets: inherit

e2e_tests:
uses: ./.github/workflows/astarte-end-to-end-test-workflow.yaml
Expand Down

0 comments on commit d2ad714

Please sign in to comment.