main #21

Merged
SevenOfAces merged 11 commits from main into gold 2025-03-07 18:27:10 +00:00
Showing only changes of commit 256a5a684a - Show all commits

View file

@ -89,6 +89,7 @@ jobs:
with: with:
name: node-modules name: node-modules
key: node-modules-${{ runner.os }}-${{ env.NODE_VERSION }}-${{ hashFiles('package-lock.json') }} key: node-modules-${{ runner.os }}-${{ env.NODE_VERSION }}-${{ hashFiles('package-lock.json') }}
path: node_modules
- name: Run unit tests - name: Run unit tests
run: npm run test:unit run: npm run test:unit