Skip to content

Commit c9f9666

Browse files
committed
disable tests on ci for now
1 parent bb519a3 commit c9f9666

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/validate.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,9 @@ jobs:
2929
- name: ▶️ Run setup script
3030
run: npm run setup
3131

32-
- name: ▶️ Run tests
33-
run: npm run test ..s
32+
# TOOD: bring this back when CI is more reliable
33+
# - name: ▶️ Run tests
34+
# run: npm run test ..s
3435

3536
deploy:
3637
name: 🚀 Deploy

0 commit comments

Comments
 (0)