Skip to content

Commit 58f74b5

Browse files
Skip the test command as there are no tests
1 parent 95afb42 commit 58f74b5

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ jobs:
2323

2424
- name: Run the workflow script using the integration personal access token
2525
run: |
26-
npm install
27-
bun test
26+
bun install
2827
bun . ${{github.token}}
2928
3029
- name: Upload JSON response artifacts for debugging in case of failure

test.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)