Skip to content

Commit

Permalink
refactor: move tag fetch to git setup step
Browse files Browse the repository at this point in the history
  • Loading branch information
JPHutchins committed Oct 8, 2023
1 parent 026dbe8 commit 125d724
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ jobs:
run: |
git config --global user.name "Intercreate"
git config --global user.email [email protected]
git fetch --prune --unshallow --tags
- name: Configure & run tests
run: |
git fetch --prune --unshallow --tags
cmake -B tests/build -S tests --log-level=NOTICE
run: cmake -B tests/build -S tests --log-level=NOTICE

0 comments on commit 125d724

Please sign in to comment.