summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorSerghei Iakovlev <egrep@protonmail.ch>2024-04-07 10:36:10 +0200
committerSerghei Iakovlev <egrep@protonmail.ch>2024-04-07 10:42:25 +0200
commita05465ad1cefacdf09fbf05b88715376102a9837 (patch)
treeded86df5e41e31e36620f5187d7fdd9eb670bbfe /.github
parent86e73feeb629835a2f07daa89a03a59d0ebf2359 (diff)
downloadgohugo-theme-ed-a05465ad1cefacdf09fbf05b88715376102a9837.tar.gz
Amend tests
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/playwright.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml
index 161058e..32094a2 100644
--- a/.github/workflows/playwright.yml
+++ b/.github/workflows/playwright.yml
@@ -51,7 +51,7 @@ jobs:
extended: true
- name: Run Playwright tests
- run: npx playwright test
+ run: npm run test
- name: Upload tests artifact
uses: actions/upload-artifact@v4