one last try again

This commit is contained in:
Greg Gauthier 2024-02-27 16:17:20 +00:00
parent 99bf2ac868
commit e1f58a82ea

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