From 35313657a89eb489af7102cbe09c4ece2e8d9916 Mon Sep 17 00:00:00 2001 From: Sebastian Choren Date: Wed, 11 Sep 2024 19:04:16 -0300 Subject: [PATCH] install npm --- .github/workflows/pr-checks.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pr-checks.yaml b/.github/workflows/pr-checks.yaml index 6e2adde..a9450ce 100644 --- a/.github/workflows/pr-checks.yaml +++ b/.github/workflows/pr-checks.yaml @@ -69,6 +69,7 @@ jobs: git sparse-checkout set testing cd testing/e2e-tracetesting + npm install npx playwright test tests/setup/extract-default-token.setup.ts ############################################