Skip to content

Commit 22db7a7

Browse files
committed
disable test
1 parent d5dbcb4 commit 22db7a7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ jobs:
2323
- name: "Build Frontend"
2424
run: yarn build:frontend
2525

26-
- name: "Test"
27-
run: |
28-
yarn fmt
29-
yarn lint
30-
yarn test
26+
# - name: "Test"
27+
# run: |
28+
# yarn fmt
29+
# yarn lint
30+
# yarn test
3131

3232
- name: "Deploy"
3333
env:

0 commit comments

Comments
 (0)