From d06df268fdf48be2549026c1ddf76baece26cf13 Mon Sep 17 00:00:00 2001 From: Thilo Hohlt <123883702+thiloho@users.noreply.github.com> Date: Sun, 1 Sep 2024 17:15:36 +0200 Subject: [PATCH] Update playwright.yml --- .github/workflows/playwright.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 6bc4312..178e253 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -16,8 +16,11 @@ jobs: with: github_access_token: ${{ secrets.GITHUB_TOKEN }} + - name: Enter web app directory + run: cd web-app + - name: Enter Nix development environment run: nix develop .#web - name: Run playwright tests - run: npm run test \ No newline at end of file + run: npm run test