Skip to content

Commit 6160d24

Browse files
committed
fix: CI
1 parent 08c3394 commit 6160d24

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,13 @@ jobs:
3737
- run: deno fmt --check
3838
- run: deno lint
3939
- run: deno task check
40-
- run: deno task test
4140

4241
- run: deno task build
4342
env:
4443
BASE_PATH: /documents
4544

45+
- run: deno task test
46+
4647
# Upload artifact for GitHub Pages
4748
- name: Upload artifact
4849
if: github.ref == 'refs/heads/main' && github.event_name == 'push'

0 commit comments

Comments
 (0)