mirror of
https://github.com/stan-smith/FossFLOW.git
synced 2025-12-24 06:58:48 -05:00
fix: forces case sensitive dir names through Git
This commit is contained in:
@@ -12,7 +12,7 @@ jobs:
|
||||
- checkout
|
||||
- run:
|
||||
name: Install dependencies
|
||||
command: npm i
|
||||
command: npm ci
|
||||
- run:
|
||||
name: Run tests
|
||||
command: npm run test
|
||||
|
||||
Reference in New Issue
Block a user