mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
chore: Store server logs and set max threads to 1 for CTH
This commit is contained in:
7
.github/workflows/schedule.yml
vendored
7
.github/workflows/schedule.yml
vendored
@@ -28,7 +28,7 @@ jobs:
|
||||
- name: Install dependencies and run build scripts
|
||||
run: npm ci
|
||||
- name: Start the server in the background
|
||||
run: npm start &
|
||||
run: npm start > server-output.log &
|
||||
- name: Create the necessary folders
|
||||
run: mkdir -p reports/css
|
||||
- name: Pull the conformance harness docker
|
||||
@@ -57,3 +57,8 @@ jobs:
|
||||
with:
|
||||
name: ${{ steps.sanitize.outputs.sanitized-branch-name }} reports
|
||||
path: reports
|
||||
- name: Save the server output
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: ${{ steps.sanitize.outputs.sanitized-branch-name }} server output
|
||||
path: server-output.log
|
||||
|
||||
Reference in New Issue
Block a user