Skip to content

Commit 22e6897

Browse files
committed
remove test step from workflow
1 parent c1330d7 commit 22e6897

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636
- name: Install dependencies
3737
run: bun install
3838

39-
- name: Validate
40-
run: bun run test
39+
#- name: Validate
40+
# run: bun run test
4141

4242
# Build job
4343
build-pages:

0 commit comments

Comments
 (0)