Skip to content

Commit

Permalink
Run E2E tests quietly
Browse files Browse the repository at this point in the history
We can still get the output. Do we need the extra details like a
progress bar?
  • Loading branch information
inancgumus committed Aug 31, 2023
1 parent 2bf714f commit 8878ebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
fi
output_file="output_$(basename "$f" .js).txt"
output_files+=("$output_file")
./k6extension run "$f" > "$output_file" 2>&1 &
./k6extension run -q "$f" > "$output_file" 2>&1 &
pids+=($!)
done
Expand Down

0 comments on commit 8878ebf

Please sign in to comment.