Skip to content

Commit 971d20e

Browse files
c-dilksbaltzell
authored andcommitted
fix(ci): use --lfs with --unittests
1 parent 3129dbc commit 971d20e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)