mirror of
https://github.com/vacp2p/linea-monorepo.git
synced 2026-01-09 20:27:58 -05:00
feat: added changes to test pipeline (#3784)
* feat: added changes to test pipeline * feat: added changes to test pipeline * feat: added changes to test pipeline * feat: added changes to test pipeline * feat: added changes to test pipeline * feat: fixed pipeline for traces-api build and push tag when prover has no changes and fixed print log issue * feat: separate traces-api testing from build-and-publish workflow * feat: added changes to test pipeline * feat: added changes to test pipeline * feat: added changes to test pipeline
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -119,8 +119,10 @@ jobs:
|
||||
coordinator_changed: ${{ needs.filter-commit-changes.outputs.coordinator }}
|
||||
postman_changed: ${{ needs.filter-commit-changes.outputs.postman }}
|
||||
prover_changed: ${{ needs.filter-commit-changes.outputs.prover }}
|
||||
traces_api_facade_changed: ${{ needs.filter-commit-changes.outputs.traces-api-facade }}
|
||||
coordinator_image_tagged: ${{ needs.check-and-tag-images.outputs.image_tagged_coordinator }}
|
||||
postman_image_tagged: ${{ needs.check-and-tag-images.outputs.image_tagged_postman }}
|
||||
traces_api_facade_image_tagged: ${{ needs.check-and-tag-images.outputs.image_tagged_traces_api_facade }}
|
||||
secrets: inherit
|
||||
|
||||
run-e2e-tests-geth-tracing:
|
||||
|
||||
Reference in New Issue
Block a user