Skip to content

Commit e101e00

Browse files
authored
Disable hanging test step temporarily
1 parent 3bfca23 commit e101e00

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/cicd.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,6 @@ jobs:
1818
- uses: jdx/mise-action@v2
1919
- run: make lint unused-exports
2020

21-
test:
22-
runs-on: ubuntu-latest
23-
steps:
24-
- uses: actions/checkout@v4
25-
- uses: jdx/mise-action@v2
26-
- run: make node_modules
27-
- run: npx jest
28-
2921
smoketest:
3022
runs-on: ubuntu-latest
3123
steps:

0 commit comments

Comments
 (0)