We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0eac04d commit 6ddb728Copy full SHA for 6ddb728
1 file changed
.github/workflows/run_unit_tests.yml
@@ -17,10 +17,11 @@ jobs:
17
uses: actions/setup-dotnet@v4
18
with:
19
dotnet-version: '9.0.101'
20
-
21
- name: Install wasm-tools
22
run: dotnet workload install wasm-tools
23
24
- # Only publish when unit tests are ok
+ - name: Build & Install
+ run: dotnet build
+ - name: Ensure browsers are installed
25
+ run: pwsh bin/Debug/net8.0/playwright.ps1 install --with-deps
26
- name: Run Unit Tests
27
run: dotnet test
0 commit comments