make ci also run on windows, re-add css minification
This commit is contained in:
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -7,7 +7,7 @@ on:
|
||||
|
||||
jobs:
|
||||
build-and-test:
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: [windows-latest, macos-13, ubuntu-22.04]
|
||||
permissions:
|
||||
contents: write
|
||||
steps:
|
||||
|
Reference in New Issue
Block a user