From a5bca3c3159b36f51cd4bffb4a2ea535a5f8441a Mon Sep 17 00:00:00 2001 From: thiloho <123883702+thiloho@users.noreply.github.com> Date: Sun, 1 Sep 2024 17:32:22 +0200 Subject: [PATCH] Add dev vm for action --- .github/workflows/playwright.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 0b58e9a..85e08c4 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -16,6 +16,9 @@ jobs: with: github_access_token: ${{ secrets.GITHUB_TOKEN }} + - name: Start dev vm for database + run: nix run .#dev-vm + - name: Run playwright tests run: | cd web-app