Skip to content

Commit

Permalink
#46 fix backend build on stable branch 2022.02.xx (#47)
Browse files Browse the repository at this point in the history
* #46 fix backend build

* adding be:build to the checks.yml workflow
  • Loading branch information
MV88 authored Jan 24, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 72e611b commit 335356c
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
@@ -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
@@ -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:
4 changes: 2 additions & 2 deletions web/pom.xml
Original file line number Diff line number Diff line change
@@ -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>

0 comments on commit 335356c

Please sign in to comment.