mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-08-02 15:04:50 +08:00
Run unit tests on Windows/MacOS as well. (#5018)
* Run unit tests on Windows as well. * Test on mac. * Continue running on error. * Compared normalized paths to work cross platform. * Only test common set of mimetypes across operating systems.
This commit is contained in:
9
.github/workflows/test-unit.yml
vendored
9
.github/workflows/test-unit.yml
vendored
@@ -8,10 +8,15 @@ on:
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||
runs-on: ${{ matrix.os }}
|
||||
continue-on-error: true
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-python@v4
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.10'
|
||||
- name: Install requirements
|
||||
|
Reference in New Issue
Block a user