Skip to content

Commit faa0b8b

Browse files
committed
test(ci): logs
1 parent f8d6040 commit faa0b8b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/check-archives.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
3333
3434
- name: Build Swift archive bot
35-
run: swift build -c release
35+
run: swift build -v -c release
3636

3737
- name: Run ArchiveDetective
3838
env:

Sources/ArchiveDetective/main.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@ import Foundation
22

33
struct ArchiveDetective {
44
static func main() async {
5-
print("🧪 ArchiveDetective has started successfully.")
5+
print("✅ Minimal main ran!")
66
fflush(stdout)
7-
exit(0)
87

98
// print("Fetching JSON from source..."); fflush(stdout)
109

0 commit comments

Comments
 (0)