Skip to content

Commit

Permalink
add console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Zu18 committed Jan 23, 2024
1 parent a80d802 commit 873a6ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/fly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

branches:

main # or master, depending on your default branch
main


jobs:
Expand Down
2 changes: 1 addition & 1 deletion test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ test('First Test', () => {
assert.equal(1, 1)
})

console.log("hi2")
console.log("hi3")

0 comments on commit 873a6ed

Please sign in to comment.