From 2c42cfb2a4f39e4b62a123156123839ad0ec7208 Mon Sep 17 00:00:00 2001 From: Jonathan Sharpe Date: Sun, 25 Aug 2024 11:03:13 +0100 Subject: [PATCH] Deps script also needs Playwright installed --- .github/workflows/deps.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deps.yml b/.github/workflows/deps.yml index 0798588f..1a0d9e1d 100644 --- a/.github/workflows/deps.yml +++ b/.github/workflows/deps.yml @@ -29,6 +29,7 @@ jobs: - uses: textbook/take-action@nodejs with: node-version: 20 + - uses: textbook/take-action@playwright - run: | git config --global user.name "gh-actions" git config --global user.email "actions@github.com"