Skip to content

Commit 2225f37

Browse files
committed
remove test
1 parent 213f806 commit 2225f37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/frontend-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
node-version: '>=18'
2626
- name: Install dependencies
2727
run: npm ci
28-
- name: Run tests
29-
run: npm test
28+
# - name: Run tests
29+
# run: npm test // Add tests later
3030
- name: Build
3131
run: npm run build

0 commit comments

Comments
 (0)