Skip to content

Commit b31ec76

Browse files
authored
Update workflow to use e2e runners
1 parent 7213da5 commit b31ec76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
test:
99
timeout-minutes: 60
10-
runs-on: ubuntu-latest
10+
runs-on: [self-hosted, e2e-test]
1111
env:
1212
KEYCLOAK_USER: ${{ secrets.KEYCLOAK_USER }}
1313
KEYCLOAK_PWD: ${{ secrets.KEYCLOAK_PWD }}

0 commit comments

Comments
 (0)