Skip to content

Commit

Permalink
feat: Migrate cat command in for operation
Browse files Browse the repository at this point in the history
  • Loading branch information
Geun-Oh authored Sep 12, 2024
1 parent b7379bd commit b5ed62a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/testScheduler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,5 @@ jobs:
echo $ls
echo "$test"
go test -timeout 2h -v -json "$test" | go-ctrf-json-reporter -output ctrf-report.json
cat ctrf-report.json
done
- name: Cat json summary
run: |
cat ctrf-report.json

0 comments on commit b5ed62a

Please sign in to comment.