Skip to content

Commit a87afd8

Browse files
Update run_tests.yml
1 parent 0c42739 commit a87afd8

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

.github/workflows/run_tests.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,13 @@ jobs:
2121
- name: Install wasm-tools
2222
run: dotnet workload install wasm-tools
2323

24-
- name: Restore & Build
24+
- name: Build & Install
2525
run: dotnet build
26-
27-
- name: Install Playwright Browsers
28-
run: |
29-
dotnet tool restore
30-
dotnet playwright install --with-deps
26+
- name: Ensure browsers are installed
27+
run: pwsh AudioCuesheetEditor.End2EndTests/bin/Debug/net9.0/playwright.ps1 install --with-deps
3128

3229
- name: Start App
33-
run: ASPNETCORE_ENVIRONMENT=Development dotnet run --project AudioCuesheetEditor &
30+
run: dotnet run --project AudioCuesheetEditor &
3431

3532
- name: Wait for app to be ready
3633
run: |

0 commit comments

Comments
 (0)