Skip to content

Commit be15a9e

Browse files
committed
test
1 parent 820bab3 commit be15a9e

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/build_test.arcgis.service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: test and package arcgis service plugin
33
on:
44
workflow_dispatch:
55
workflow_call:
6-
pull_request:
6+
push:
77
paths:
88
- .github/workflows/build_test.arcgis.service.yaml
99
- .github/workflows/config.yaml

.github/workflows/build_test.arcgis.web-app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: test and package arcgis web plugin
33
on:
44
workflow_dispatch:
55
workflow_call:
6-
pull_request:
6+
push:
77
paths:
88
- .github/workflows/build_test.arcgis.web-app.yaml
99
- .github/workflows/config.yaml

.github/workflows/build_test.nga-msi.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
run: |
3535
cd plugins/nga-msi
3636
npm ci
37+
ls
3738
npm test
3839
3940
package:

0 commit comments

Comments
 (0)