We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c42739 commit a87afd8Copy full SHA for a87afd8
1 file changed
.github/workflows/run_tests.yml
@@ -21,16 +21,13 @@ jobs:
21
- name: Install wasm-tools
22
run: dotnet workload install wasm-tools
23
24
- - name: Restore & Build
+ - name: Build & Install
25
run: dotnet build
26
-
27
- - name: Install Playwright Browsers
28
- run: |
29
- dotnet tool restore
30
- dotnet playwright install --with-deps
+ - name: Ensure browsers are installed
+ run: pwsh AudioCuesheetEditor.End2EndTests/bin/Debug/net9.0/playwright.ps1 install --with-deps
31
32
- name: Start App
33
- run: ASPNETCORE_ENVIRONMENT=Development dotnet run --project AudioCuesheetEditor &
+ run: dotnet run --project AudioCuesheetEditor &
34
35
- name: Wait for app to be ready
36
run: |
0 commit comments