Skip to content

Commit 6ddb728

Browse files
Update run_unit_tests.yml
1 parent 0eac04d commit 6ddb728

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/run_unit_tests.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,11 @@ jobs:
1717
uses: actions/setup-dotnet@v4
1818
with:
1919
dotnet-version: '9.0.101'
20-
2120
- name: Install wasm-tools
2221
run: dotnet workload install wasm-tools
23-
24-
# Only publish when unit tests are ok
22+
- name: Build & Install
23+
run: dotnet build
24+
- name: Ensure browsers are installed
25+
run: pwsh bin/Debug/net8.0/playwright.ps1 install --with-deps
2526
- name: Run Unit Tests
2627
run: dotnet test

0 commit comments

Comments
 (0)