diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5d528d74..fc1a5b3b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,6 +25,9 @@ jobs: steps: - uses: actions/checkout@v4 + with: + fetch-tags: true + fetch-depth: 50 - name: Cache emodb uses: actions/cache@v4