Skip to content

Commit

Permalink
Improve CI build [ci skip]
Browse files Browse the repository at this point in the history
Signed-off-by: Paolo Di Tommaso <[email protected]>
  • Loading branch information
pditommaso committed Nov 1, 2024
1 parent 0140f95 commit 6759658
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ jobs:
java_version: [17, 23]

steps:
- name: Environment
run: env | sort

- name: Checkout
uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -160,6 +157,7 @@ jobs:

- name: Run tests
run: |
env | sort
cat $HOME/.nextflow/scm
make clean assemble install
bash test-ci.sh
Expand Down Expand Up @@ -191,7 +189,8 @@ jobs:
with:
name: report-${{ matrix.test_mode }}-jdk-${{ matrix.java_version }}
path: |
validation/**
validation/**/*
validation/**/.*
integration-tests.tar
test-e2e:
Expand Down
1 change: 0 additions & 1 deletion test-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ export NXF_CMD=$PWD/nextflow;
export TEST_JDK
export TEST_MODE

unset JAVA_TOOL_OPTIONS # this variable mess-up Capsule loader Java version parsing
(
$NXF_CMD info
cd validation
Expand Down

0 comments on commit 6759658

Please sign in to comment.