diff options
| author | Serghei Iakovlev <egrep@protonmail.ch> | 2024-04-07 10:36:10 +0200 |
|---|---|---|
| committer | Serghei Iakovlev <egrep@protonmail.ch> | 2024-04-07 10:42:25 +0200 |
| commit | a05465ad1cefacdf09fbf05b88715376102a9837 (patch) | |
| tree | ded86df5e41e31e36620f5187d7fdd9eb670bbfe /.github | |
| parent | 86e73feeb629835a2f07daa89a03a59d0ebf2359 (diff) | |
| download | gohugo-theme-ed-a05465ad1cefacdf09fbf05b88715376102a9837.tar.gz | |
Amend tests
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/playwright.yml | 2 |
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 |
