Skip to content

Commit 54ea2d9

Browse files
committed
Update release action
1 parent 368a4eb commit 54ea2d9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/createRelease.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,12 @@ jobs:
3939
- name: Server test and build
4040
run: |
4141
npm install
42-
npm test
4342
env:
4443
CI: true
4544
- name: Web test and build
4645
run: |
4746
cd web-app
4847
npm install
49-
npm run test-headless
5048
npm run build
5149
env:
5250
CI: true

0 commit comments

Comments
 (0)