From 3733576685ee32fa2387cb341cfa1a150395e0f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristj=C3=A1n=20Oddsson?= Date: Mon, 12 Feb 2024 14:51:15 +0100 Subject: [PATCH] Install playwright before testing and publishing --- .github/workflows/npm-publish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index b1cc468c..415e1452 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -16,6 +16,8 @@ jobs: with: node-version: 20 - run: npm ci + - run: npx playwright install --with-deps + - run: npm run build --if-present - run: npm test publish-npm: