make ci also run on windows, re-add css minification
This commit is contained in:
parent
9a0f20012a
commit
429f331c21
3 changed files with 18 additions and 7 deletions
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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue