Skip artifact creation/upload on Windows

This commit is contained in:
Darren Burns
2022-09-20 16:44:18 +01:00
parent 7e72cf1d28
commit 26fb89005c
2 changed files with 10 additions and 1 deletions

View File

@@ -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