mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Skip artifact creation/upload on Windows
This commit is contained in:
5
.github/workflows/pythonpackage.yml
vendored
5
.github/workflows/pythonpackage.yml
vendored
@@ -43,3 +43,8 @@ jobs:
|
||||
run: |
|
||||
source $VENV
|
||||
python e2e_tests/sandbox_basic_test.py basic 2.0
|
||||
- name: Upload snapshot report
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: snapshot-report-textual
|
||||
path: tests/snapshot_tests/output/snapshot_report.html
|
||||
|
||||
Reference in New Issue
Block a user