- make sure we reset env prior to the next test
- our new test requires history to be available
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user