- make sure we reset env prior to the next test

- our new test requires history to be available
This commit is contained in:
Mike Penz
2025-07-13 16:02:14 +02:00
parent 0f359e3526
commit 8357bc6ec1
4 changed files with 27 additions and 5 deletions
+3
View File
@@ -16,6 +16,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 100
fetch-tags: true
- name: Set Node.js 20.x
uses: actions/setup-node@v4