Skip to content

Commit

Permalink
geosolutions-it#46 fix backend build on stable branch 2022.02.xx (geo…
Browse files Browse the repository at this point in the history
…solutions-it#47)

* geosolutions-it#46 fix backend build

* adding be:build to the checks.yml workflow
  • Loading branch information
MV88 authored Jan 24, 2023
1 parent 72e611b commit 335356c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: "checking out"
uses: actions/checkout@v2
- name: "Checkout submodules"
run: git submodule update --init --recursive
run: git submodule update --init --recursive

- name: "setting up npm"
uses: actions/setup-node@v2
Expand All @@ -44,7 +44,10 @@ jobs:

- name: build
run: npm run ext:build


- name: build-backend
run: npm run be:build

- name: 'Upload Artifact'
uses: actions/upload-artifact@v2
with:
Expand Down
4 changes: 2 additions & 2 deletions web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>it.geosolutions.mapstore</groupId>
<artifactId>mapstore-root</artifactId>
<groupId>it.geosolutions.MapStoreExtension</groupId>
<artifactId>MapStoreExtension-root</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>
<artifactId>mapstore-web</artifactId>
Expand Down

0 comments on commit 335356c

Please sign in to comment.