Content Page #19
@@ -35,7 +35,7 @@ jobs:
|
|||||||
echo "NPM version: $(npm -v)"
|
echo "NPM version: $(npm -v)"
|
||||||
echo "Available memory: $(free -h || vm_stat | head -10)"
|
echo "Available memory: $(free -h || vm_stat | head -10)"
|
||||||
echo "CPU info: $(sysctl -n machdep.cpu.brand_string || uname -m)"
|
echo "CPU info: $(sysctl -n machdep.cpu.brand_string || uname -m)"
|
||||||
- run: timeout 600 npm test -- --reporter=verbose
|
- run: npm test -- --reporter=verbose
|
||||||
# If the Codecov Action fails on Gitea, replace this with the bash uploader below
|
# If the Codecov Action fails on Gitea, replace this with the bash uploader below
|
||||||
- name: Upload coverage to Codecov
|
- name: Upload coverage to Codecov
|
||||||
uses: codecov/codecov-action@v3
|
uses: codecov/codecov-action@v3
|
||||||
|
|||||||
Reference in New Issue
Block a user