Don't build the webside on Windows/Mac

It seems to stall on Mac, and unlike Windows, I don't have access to a
machine to debug it :/.
This commit is contained in:
Jonathan Coates 2024-04-24 21:49:49 +01:00
parent 4980b7355d
commit 929debd382
No known key found for this signature in database
GPG Key ID: B9E431FF07C98D06
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ jobs:
- name: ⚒️ Build
run: |
./gradlew --configure-on-demand :core:assemble :web:assemble
./gradlew --configure-on-demand :core:assemble
- name: 🧪 Run tests
run: |