File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ jobs:
132132 with :
133133 cvmfs_repositories : ' oasis.opensciencegrid.org'
134134 - name : unit tests
135- run : ./build-coatjava.sh --cvmfs --unittests --no-progress -T${{ env.nthreads }}
135+ run : ./build-coatjava.sh --lfs --unittests --no-progress -T${{ env.nthreads }}
136136 - name : collect jacoco report
137137 if : ${{ matrix.JAVA_VERSION == env.JAVA_VERSION }}
138138 run : validation/jacoco-aggregate.sh
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ download:
9494 dependencies : [build]
9595 script :
9696 - tar -xzf coatjava.tar.gz
97- - ./build-coatjava.sh -T$JL_RUNNER_AVAIL_CPU --unittests --quiet --no-progress
97+ - ./build-coatjava.sh -T$JL_RUNNER_AVAIL_CPU --lfs -- unittests --quiet --no-progress
9898 - ./validation/jacoco-aggregate.sh
9999 artifacts :
100100 when : always
You can’t perform that action at this time.
0 commit comments