fix(ci): use self-hosted runners for E2E job #86

Closed
the-dogfather-cto[bot] wants to merge 1 commits from fix/gro-95-e2e-runner into main
+1 -1
View File
@@ -50,7 +50,7 @@ jobs:
e2e:
name: E2E Tests
runs-on: ubuntu-latest
runs-on: runners-groombook
needs: [lint-typecheck, test]
steps:
- uses: actions/checkout@v4