mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-26 11:52:42 -08:00
Stop exporting cl args and upload stdout and stderr as artifacts
This commit is contained in:
parent
5808241dd7
commit
9e4f68acad
8 changed files with 27 additions and 18 deletions
11
.github/workflows/run_tests.yaml
vendored
11
.github/workflows/run_tests.yaml
vendored
|
|
@ -22,5 +22,12 @@ jobs:
|
|||
${{ runner.os }}-pip-
|
||||
- name: Run tests
|
||||
run: |
|
||||
export COMMANDLINE_ARGS="--tests basic_features --no-half --disable-opt-split-attention --use-cpu all --skip-torch-cuda-test --port 80"
|
||||
python launch.py
|
||||
python launch.py --tests basic_features --no-half --disable-opt-split-attention --use-cpu all --skip-torch-cuda-test
|
||||
- name: Upload main app stdout-stderr
|
||||
uses: actions/upload-artifact@v3
|
||||
if: always()
|
||||
with:
|
||||
name: stdout-stderr
|
||||
path: |
|
||||
./test/stdout.txt
|
||||
./test/stderr.txt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue