Test CI on ubuntu and windows

This commit is contained in:
henryruhs
2023-11-04 09:24:19 +01:00
parent 9f676af5a8
commit df83097112
+2 -1
View File
@@ -5,9 +5,10 @@ on: [ push, pull_request ]
jobs:
test:
name: ${{ matrix.config.image-name }}
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest, windows-latest ]
config:
- { docker-file: 'Dockerfile.cpu', image-name: 'facefusion-cpu' }
steps: