From e1f58a82eac2f78a28b89bc9ae666faa0cce5053 Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Tue, 27 Feb 2024 16:17:20 +0000 Subject: [PATCH] one last try again --- .gitea/workflows/msbuild.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/msbuild.yaml b/.gitea/workflows/msbuild.yaml index 7ef39c2..69bc3f1 100644 --- a/.gitea/workflows/msbuild.yaml +++ b/.gitea/workflows/msbuild.yaml @@ -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