Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

## What is Argo Workflows?


Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes.
Argo Workflows is implemented as a Kubernetes CRD (Custom Resource Definition).

Expand Down
2 changes: 1 addition & 1 deletion test/e2e/fixtures/e2e_suite.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ func (s *E2ESuite) TearDownSuite() {
_, _ = fmt.Println(color.Ize(color.Yellow, fmt.Sprintf("=== SLOW TEST: %s", x)))
}
if s.T().Failed() {
s.T().Log("to learn how to diagnose failed tests: https://argo-workflows.readthedocs.io/en/release-3.5/running-locally/#running-e2e-tests-locally")
s.T().Log(" learn how to diagnose failed tests: https://argo-workflows.readthedocs.io/en/release-3.5/running-locally/#running-e2e-tests-locally")
}
}

Expand Down
Loading