one last try again
msbuild / build (push) Has been cancelled Details

This commit is contained in:
Greg Gauthier 2024-02-27 16:17:20 +00:00
parent 99bf2ac868
commit e1f58a82ea
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ jobs:
- name: Start Web App
shell: bash
working-directory: ${{runner.workspace}}
run: cd MyWebApp && exec ./runwebapp.sh
run: cd MyWebApp && exec ./runwebapp.sh &
- name: Build Playwright & Add Dependencies
shell: bash