Skip to content

Commit 959d02d

Browse files
authored
fix ci (#201)
1 parent 2ef910f commit 959d02d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tests_and_coverage.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,11 @@ jobs:
9696
runs-on: ubuntu-latest
9797
steps:
9898
- uses: actions/checkout@v4
99+
with:
100+
fetch-depth: 2
99101

100102
- name: List the modified files
101-
run: echo "FILES_MODIFIED=$(git diff --name-only HEAD HEAD^)" >> $GITHUB_ENV
103+
run: echo "FILES_MODIFIED=$(git diff --name-only HEAD HEAD^ | xargs)" >> $GITHUB_ENV
102104

103105
- name: Install dependencies
104106
run: |

0 commit comments

Comments
 (0)