Skip to content

Commit d71f816

Browse files
committed
fix: run e2e on self-hosted runner
1 parent 1c65975 commit d71f816

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
e2e_tests:
1111
name: Playwright Tests
12-
runs-on: ubuntu-latest
12+
runs-on: [self-hosted, ubuntu-latest]
1313
permissions:
1414
contents: read
1515

0 commit comments

Comments
 (0)