Skip to content

Commit 710ebe0

Browse files
authored
test(ci): remove debugging data
1 parent a150617 commit 710ebe0

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/check-archives.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,7 @@ jobs:
2929
run: swift build -c release
3030

3131
- name: Run ArchiveDetective
32-
run: |
33-
echo "== Running ArchiveDetective =="
34-
.build/release/ArchiveDetective > output.log 2>&1
35-
echo "== Output Start =="
36-
cat output.log
37-
echo "== Output End =="
32+
run: .build/release/ArchiveDetective
3833
env:
3934
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4035

0 commit comments

Comments
 (0)