Skip to content

Commit 23aea1e

Browse files
committed
chore: debug
1 parent 9ef2f37 commit 23aea1e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ workflow.addJob(
3030
withBun: true,
3131
})
3232
.run("bun test --coverage --coverage-reporter=lcov")
33+
.run("echo hello world")
3334
.uses(
3435
action("codecov/codecov-action", {
3536
with: {

0 commit comments

Comments
 (0)