File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change 12
12
include :
13
13
- module : structr-base
14
14
variableName : Base
15
- - module : structr-ui
16
- variableName : UI
17
- - module : structr-core
18
- variableName : CORE
19
- - module : structr-rest
20
- variableName : REST
21
15
- module : structr-db-driver-api
22
16
variableName : DB_DRIVER_API
23
17
# - module: structr-memgraph-driver
51
45
52
46
- name : Compile and run Tests
53
47
run : >-
54
- mvn clean install -q -DskipTests -DskipDist -DskipDocker -DskipDeb -DskipDockerTestDB &&
48
+ mvn clean install -q -DskipTests -DskipUITests - DskipDist -DskipDocker -DskipDeb -DskipDockerTestDB &&
55
49
cd ${{ matrix.module }} &&
56
50
mvn install -q -DskipDockerTestDB -Denv.testDatabaseConnection="bolt://localhost:${ASSIGNED_PORT_${{ matrix.variableName }}_${{ github.run_id }}}"
57
51
84
78
- run : mvn -U clean install -Pwith-sources -DskipTests -DskipDockerTestDB
85
79
- name : Upload binaries
86
80
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
89
83
90
84
cleanup-system :
91
85
runs-on : self-hosted
You can’t perform that action at this time.
0 commit comments