mirror of https://github.com/OpenVidu/openvidu.git
ov-components: change runner for API Directives and Events E2E tests to ov-actions-runner
parent
34eb27dfe3
commit
c275381cfd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue