fix lints
This commit is contained in:
@ -62,7 +62,7 @@ jobs:
|
||||
- name: Run Tests
|
||||
run: ./scripts/test.sh
|
||||
- name: Upload Test Logs
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: nuchat-${{ hashFiles('src/**') }}-${{ hashFiles('tests/**') }}.log
|
||||
path: backend/logs/*
|
||||
|
||||
Reference in New Issue
Block a user