diff options
| author | Serghei Iakovlev <egrep@protonmail.ch> | 2024-04-07 00:29:08 +0200 |
|---|---|---|
| committer | Serghei Iakovlev <egrep@protonmail.ch> | 2024-04-07 10:42:25 +0200 |
| commit | ee383cb436faa50b775f9f9ec5d3573d70131f29 (patch) | |
| tree | b6538d6b9e0852a8df8e2fa2a4e985565ea572b0 /.github/workflows/playwright.yml | |
| parent | 9dae69ef3282aa7c3ebd5243b77199108ad595f9 (diff) | |
| download | gohugo-theme-ed-ee383cb436faa50b775f9f9ec5d3573d70131f29.tar.gz | |
Update workflows/jobs names
Diffstat (limited to '.github/workflows/playwright.yml')
| -rw-r--r-- | .github/workflows/playwright.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index d5106f2..161058e 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -1,4 +1,4 @@ -name: Playwright Tests +name: Playwright on: push: @@ -14,7 +14,7 @@ on: jobs: test: - name: Run Playwright tests + name: Run tests runs-on: ubuntu-latest # The maximum number of minutes to let a workflow run |
