From c275381cfda0a7a87a6c060acfe38eea853fda3f Mon Sep 17 00:00:00 2001 From: Carlos Santos <4a.santos@gmail.com> Date: Thu, 22 May 2025 10:54:56 +0200 Subject: [PATCH] ov-components: change runner for API Directives and Events E2E tests to ov-actions-runner --- .github/workflows/openvidu-components-angular-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/openvidu-components-angular-tests.yml b/.github/workflows/openvidu-components-angular-tests.yml index ea87f80e..6a48aa4e 100644 --- a/.github/workflows/openvidu-components-angular-tests.yml +++ b/.github/workflows/openvidu-components-angular-tests.yml @@ -157,7 +157,7 @@ jobs: e2e_directives: needs: test_setup name: API Directives Tests - runs-on: ubuntu-latest + runs-on: ov-actions-runner steps: - name: Checkout Repository uses: actions/checkout@v4 @@ -223,7 +223,7 @@ jobs: e2e_events: needs: test_setup name: Events E2E - runs-on: ubuntu-latest + runs-on: ov-actions-runner steps: - name: Checkout Repository uses: actions/checkout@v4