Skip to content

Commit

Permalink
Update integration.yml
Browse files Browse the repository at this point in the history
Fetch depth set to 0
  • Loading branch information
moomindani authored Jan 23, 2024
1 parent ee2aa88 commit fa6f199
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ jobs:
steps:
- name: Check out the repository
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
Expand Down Expand Up @@ -154,4 +156,4 @@ jobs:
if: always()
with:
name: unit_results_${{ matrix.python-version }}-${{ steps.date.outputs.date }}.csv
path: unit_results.csv
path: unit_results.csv

0 comments on commit fa6f199

Please sign in to comment.