Skip to content

Commit

Permalink
Debugging test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
brianaydemir committed Feb 20, 2025
1 parent 77c42af commit c07bbc1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ jobs:
# Do fetch depth 0 here because otherwise GoReleaser might not work properly:
# https://goreleaser.com/ci/actions/?h=tag#workflow
fetch-depth: 0
- name: Fetch tags
run: |
git config --global --add safe.directory /__w/pelican/pelican
git fetch --force --tags
- uses: actions/setup-node@v4
with:
node-version: 20
Expand Down

0 comments on commit c07bbc1

Please sign in to comment.