From 11aef0110533b6575d3cb172a45cfd6898eeb768 Mon Sep 17 00:00:00 2001 From: Johan Bisse Mattsson Date: Mon, 10 Jun 2024 16:40:25 +0200 Subject: [PATCH] Yet another try to fix github action workflow --- .github/workflows/lxl-web-tests.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/lxl-web-tests.yml b/.github/workflows/lxl-web-tests.yml index 6e078d8e6..7f4b16cd6 100644 --- a/.github/workflows/lxl-web-tests.yml +++ b/.github/workflows/lxl-web-tests.yml @@ -16,8 +16,11 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18 + - name: Install lxljs dependency + run: npm ci + working-directory: ./lxljs - name: Install dependencies - run: npm ci install + run: npm ci - name: Install Playwright Browsers run: npx playwright install --with-deps - name: Run Playwright tests