diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 90d2e8e0c..9488a47bb 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -31,4 +31,4 @@ jobs: run: nix-shell --run "npm install" - name: Install playwright deps and run tests working-directory: app/ - run: nix-shell --run "node --version && npx playwright install-deps && npx playwright test" \ No newline at end of file + run: nix-shell --run "node --version && npx playwright install-deps && npx playwright install && npx playwright test" \ No newline at end of file