Skip to content

Commit 6759658

Browse files
committed
Improve CI build [ci skip]
Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
1 parent 0140f95 commit 6759658

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/build.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ jobs:
2828
java_version: [17, 23]
2929

3030
steps:
31-
- name: Environment
32-
run: env | sort
33-
3431
- name: Checkout
3532
uses: actions/checkout@v4
3633
with:
@@ -160,6 +157,7 @@ jobs:
160157

161158
- name: Run tests
162159
run: |
160+
env | sort
163161
cat $HOME/.nextflow/scm
164162
make clean assemble install
165163
bash test-ci.sh
@@ -191,7 +189,8 @@ jobs:
191189
with:
192190
name: report-${{ matrix.test_mode }}-jdk-${{ matrix.java_version }}
193191
path: |
194-
validation/**
192+
validation/**/*
193+
validation/**/.*
195194
integration-tests.tar
196195
197196
test-e2e:

test-ci.sh

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ export NXF_CMD=$PWD/nextflow;
1515
export TEST_JDK
1616
export TEST_MODE
1717

18-
unset JAVA_TOOL_OPTIONS # this variable mess-up Capsule loader Java version parsing
1918
(
2019
$NXF_CMD info
2120
cd validation

0 commit comments

Comments
 (0)