File tree 2 files changed +4
-4
lines changed
projectforge-business/src/test/java/org/projectforge/test
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 37
37
run : chmod +x gradlew
38
38
39
39
- name : Test and build with Gradle
40
- run : ./gradlew build --info --stacktrace
40
+ run : ./gradlew build
41
41
env :
42
- SPRING_PROFILES_ACTIVE : test
42
+ SPRING_PROFILES_ACTIVE : ci
43
43
# MY_CUSTOM_ENV_VAR: "value"
44
44
45
45
# - name: Run tests
Original file line number Diff line number Diff line change @@ -30,11 +30,11 @@ public class WorkFileHelper
30
30
31
31
private static final org .slf4j .Logger log = org .slf4j .LoggerFactory .getLogger (WorkFileHelper .class );
32
32
33
- private static final String WORK_DIR = "./target /work" ;
33
+ private static final String WORK_DIR = "./build /work" ;
34
34
35
35
/**
36
36
* Get the file from the working directory. If the working directory doesn't exist then it'll be created.
37
- *
37
+ *
38
38
* @param filename
39
39
* @return
40
40
*/
You can’t perform that action at this time.
0 commit comments