Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanslatten committed Feb 27, 2025
1 parent 820bab3 commit be15a9e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_test.arcgis.service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: test and package arcgis service plugin
on:
workflow_dispatch:
workflow_call:
pull_request:
push:
paths:
- .github/workflows/build_test.arcgis.service.yaml
- .github/workflows/config.yaml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_test.arcgis.web-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: test and package arcgis web plugin
on:
workflow_dispatch:
workflow_call:
pull_request:
push:
paths:
- .github/workflows/build_test.arcgis.web-app.yaml
- .github/workflows/config.yaml
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build_test.nga-msi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
run: |
cd plugins/nga-msi
npm ci
ls
npm test
package:
Expand Down

0 comments on commit be15a9e

Please sign in to comment.