Skip to content

Commit 3c4fdc4

Browse files
committed
Enable CI tests on frontend
1 parent 7acb352 commit 3c4fdc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ jobs:
7171
- name: Lint Webapp
7272
run: yarn lint
7373

74-
#- name: Run Tests (Webapp)
75-
# run: npm test
74+
- name: Run Tests (Webapp)
75+
run: npm test
7676

7777
- name: Build Webapp
7878
run: yarn build

0 commit comments

Comments
 (0)