Skip to content

Commit 1184603

Browse files
committed
Makes the necessary changes to the GitHub build process
1 parent 9851266 commit 1184603

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

.github/workflows/main.yaml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,6 @@ jobs:
1212
include:
1313
- module: structr-base
1414
variableName: Base
15-
- module: structr-ui
16-
variableName: UI
17-
- module: structr-core
18-
variableName: CORE
19-
- module: structr-rest
20-
variableName: REST
2115
- module: structr-db-driver-api
2216
variableName: DB_DRIVER_API
2317
# - module: structr-memgraph-driver
@@ -51,7 +45,7 @@ jobs:
5145

5246
- name: Compile and run Tests
5347
run: >-
54-
mvn clean install -q -DskipTests -DskipDist -DskipDocker -DskipDeb -DskipDockerTestDB &&
48+
mvn clean install -q -DskipTests -DskipUITests -DskipDist -DskipDocker -DskipDeb -DskipDockerTestDB &&
5549
cd ${{ matrix.module }} &&
5650
mvn install -q -DskipDockerTestDB -Denv.testDatabaseConnection="bolt://localhost:${ASSIGNED_PORT_${{ matrix.variableName }}_${{ github.run_id }}}"
5751
@@ -84,8 +78,8 @@ jobs:
8478
- run: mvn -U clean install -Pwith-sources -DskipTests -DskipDockerTestDB
8579
- name: Upload binaries
8680
run: >-
87-
scp -v structr-binaries/target/structr-*.deb download.structr.com:/files/repositories/upload > /dev/null 2>&1 &&
88-
scp -v structr-binaries/target/structr-*-dist.zip download.structr.com:/files/repositories/upload >/dev/null 2>&1
81+
scp -v structr-app/target/structr-*.deb download.structr.com:/files/repositories/upload > /dev/null 2>&1 &&
82+
scp -v structr-app/target/structr-*-dist.zip download.structr.com:/files/repositories/upload >/dev/null 2>&1
8983
9084
cleanup-system:
9185
runs-on: self-hosted

0 commit comments

Comments
 (0)