Browse Source

.github: rename crashers output (fuzz-nightly-test) (#5993)

pull/6011/head
Anton Kaliaev 3 years ago
committed by GitHub
parent
commit
a54f1544f8
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      .github/workflows/fuzz-nightly.yml
  2. +1
    -1
      test/e2e/runner/main.go

+ 1
- 1
.github/workflows/fuzz-nightly.yml View File

@ -64,7 +64,7 @@ jobs:
id: set-crashers-count
outputs:
crashers_count: ${{ steps.set-crashers-count.outputs.crashers-count }}
crashers-count: ${{ steps.set-crashers-count.outputs.crashers-count }}
fuzz-nightly-fail:
needs: fuzz-nightly-test


+ 1
- 1
test/e2e/runner/main.go View File

@ -196,7 +196,7 @@ func NewCLI() *CLI {
cli.root.AddCommand(&cobra.Command{
Use: "logs [node]",
Short: "Shows the testnet or a specefic node's logs",
Example: "runner logs valiator03",
Example: "runner logs validator03",
Args: cobra.MaximumNArgs(1),
RunE: func(cmd *cobra.Command, args []string) error {
if len(args) == 1 {


Loading…
Cancel
Save