Updated CI for Blazor WebAssembly. Added styles for product cards.
This commit is contained in:
@@ -36,6 +36,9 @@ jobs:
|
||||
- name: Docker sanity (ensures socket mount is working)
|
||||
run: docker version
|
||||
|
||||
- name: Install WASM workload
|
||||
run: dotnet workload install wasm-tools --skip-sign-check
|
||||
|
||||
- run: dotnet restore
|
||||
- run: dotnet build --configuration Release --no-restore
|
||||
- run: dotnet test --configuration Release --no-build --logger "trx;LogFileName=test-results.trx"
|
||||
|
||||
Reference in New Issue
Block a user