Skip to content

Commit 7b29837

Browse files
committed
fix: test and build steps
1 parent 6e7ba98 commit 7b29837

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/on-pull-request.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Test successful build of ol-util
1+
name: Test successful build of mapfish print manager (v5-main)
22

33
on: pull_request
44

@@ -32,7 +32,7 @@ jobs:
3232
run: npm install
3333

3434
- name: Run tests 🩺
35-
run: npm run check
35+
run: npm run test
3636

3737
- name: Build artifacts 🏗️
38-
run: npm run build
38+
run: npm run build:dist

0 commit comments

Comments
 (0)