We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44b0a57 commit 246fe7bCopy full SHA for 246fe7b
1 file changed
.github/workflows/build.yml
@@ -8,6 +8,7 @@ on:
8
schedule:
9
- cron: "13 01 * * *"
10
11
+
12
jobs:
13
build:
14
runs-on: ubuntu-latest
@@ -24,6 +25,8 @@ jobs:
24
25
26
- name: Build (Maven)
27
run: |
28
+ echo $HOME
29
+ echo $MAVEN_OPTS
30
java -version
31
echo "1. Get modules"
32
./get_modules.sh
@@ -36,4 +39,6 @@ jobs:
36
39
with:
37
40
name: JMMC-Tools-bin
38
41
path: jmmc-tools/bin/
42
+ retention-days: 7
43
+ overwrite: true
44
0 commit comments