Skip to content

Commit bdef8dc

Browse files
committed
correct script usage in workflow
1 parent 798c37d commit bdef8dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/development.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
working-directory: src/ui
131131

132132
- name: Run unit tests
133-
run: npm run test-unit
133+
run: npm run test:unit
134134
working-directory: src/ui
135135

136136
integration-tests:
@@ -162,7 +162,7 @@ jobs:
162162
working-directory: src/ui
163163

164164
- name: Run integration tests
165-
run: npm run test-integration
165+
run: npm run test:integration
166166
working-directory: src/ui
167167

168168
build:

0 commit comments

Comments
 (0)