Skip to content

Commit

Permalink
chore: debug cat
Browse files Browse the repository at this point in the history
  • Loading branch information
h1alexbel committed Oct 24, 2024
1 parent f4b7d30 commit 2aa149d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/collect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,9 @@ jobs:
just maven "../after-snippets.csv" "$TOKEN" "../after-maven.csv"
just junit "../after-maven.csv" "$TOKEN" "../after-junit.csv"
just lens "../after-junit.csv" "../after-lens.csv"
cat "../after-lens.csv"
just links "../after-lens.csv" "../after-links.csv"
cat "../after-links.csv"
just final "../after-links.csv" "../final.csv"
} 2>&1 | tee -a collect.log
sed -i "s|$TOKEN|REDACTED|g" collect.log
Expand Down

0 comments on commit 2aa149d

Please sign in to comment.