File tree 2 files changed +3
-5
lines changed
2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 28
28
java_version : [17, 23]
29
29
30
30
steps :
31
- - name : Environment
32
- run : env | sort
33
-
34
31
- name : Checkout
35
32
uses : actions/checkout@v4
36
33
with :
@@ -160,6 +157,7 @@ jobs:
160
157
161
158
- name : Run tests
162
159
run : |
160
+ env | sort
163
161
cat $HOME/.nextflow/scm
164
162
make clean assemble install
165
163
bash test-ci.sh
@@ -191,7 +189,8 @@ jobs:
191
189
with :
192
190
name : report-${{ matrix.test_mode }}-jdk-${{ matrix.java_version }}
193
191
path : |
194
- validation/**
192
+ validation/**/*
193
+ validation/**/.*
195
194
integration-tests.tar
196
195
197
196
test-e2e :
Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ export NXF_CMD=$PWD/nextflow;
15
15
export TEST_JDK
16
16
export TEST_MODE
17
17
18
- unset JAVA_TOOL_OPTIONS # this variable mess-up Capsule loader Java version parsing
19
18
(
20
19
$NXF_CMD info
21
20
cd validation
You can’t perform that action at this time.
0 commit comments