Update playwright.yml

This commit is contained in:
Thilo Hohlt
2024-09-01 17:15:36 +02:00
committed by GitHub
parent b996084386
commit d06df268fd

View File

@@ -16,6 +16,9 @@ jobs:
with: with:
github_access_token: ${{ secrets.GITHUB_TOKEN }} github_access_token: ${{ secrets.GITHUB_TOKEN }}
- name: Enter web app directory
run: cd web-app
- name: Enter Nix development environment - name: Enter Nix development environment
run: nix develop .#web run: nix develop .#web