diff --git a/.gitea/workflows/playwright.yaml b/.gitea/workflows/playwright.yaml index abf98f3..691d423 100644 --- a/.gitea/workflows/playwright.yaml +++ b/.gitea/workflows/playwright.yaml @@ -2,7 +2,7 @@ name: Playwright Tests on: [push, pull_request] jobs: test: - runs-on: ubuntu-latest # Runner musí mít tento label + runs-on: playwright # Runner musí mít tento label steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v4