ci: remove redundant environment variables from E2E test workflow
This commit is contained in:
parent
076a38c9cf
commit
703afd6219
23
.github/workflows/wc-e2e-test.yaml
vendored
23
.github/workflows/wc-e2e-test.yaml
vendored
@ -5,7 +5,6 @@ on:
|
|||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
e2e-room-functionality-test:
|
e2e-room-functionality-test:
|
||||||
name: E2E Room Functionality Tests
|
name: E2E Room Functionality Tests
|
||||||
runs-on: ov-actions-runner
|
runs-on: ov-actions-runner
|
||||||
@ -33,9 +32,6 @@ jobs:
|
|||||||
MEET_WEBHOOK_ENABLED: true
|
MEET_WEBHOOK_ENABLED: true
|
||||||
- name: Start OpenVidu Meet Testapp
|
- name: Start OpenVidu Meet Testapp
|
||||||
uses: OpenVidu/actions/start-openvidu-meet-testapp@main
|
uses: OpenVidu/actions/start-openvidu-meet-testapp@main
|
||||||
env:
|
|
||||||
OPENVIDU_MEET_URL: http://localhost:6080/api/v1
|
|
||||||
WEBCOMPONENT_SRC: http://localhost:6080/v1/openvidu-meet.js
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
cd frontend/webcomponent
|
cd frontend/webcomponent
|
||||||
@ -46,7 +42,6 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
RUN_MODE: CI
|
RUN_MODE: CI
|
||||||
PLAYWRIGHT_BROWSERS_PATH: /tmp/ms-playwright
|
PLAYWRIGHT_BROWSERS_PATH: /tmp/ms-playwright
|
||||||
MEET_API_URL: http://localhost:6080
|
|
||||||
- name: Upload failed test videos
|
- name: Upload failed test videos
|
||||||
if: always()
|
if: always()
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
@ -86,10 +81,6 @@ jobs:
|
|||||||
MEET_WEBHOOK_ENABLED: true
|
MEET_WEBHOOK_ENABLED: true
|
||||||
- name: Start OpenVidu Meet Testapp
|
- name: Start OpenVidu Meet Testapp
|
||||||
uses: OpenVidu/actions/start-openvidu-meet-testapp@main
|
uses: OpenVidu/actions/start-openvidu-meet-testapp@main
|
||||||
env:
|
|
||||||
OPENVIDU_MEET_URL: http://localhost:6080/api/v1
|
|
||||||
WEBCOMPONENT_SRC: http://localhost:6080/v1/openvidu-meet.js
|
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
cd frontend/webcomponent
|
cd frontend/webcomponent
|
||||||
@ -100,7 +91,6 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
RUN_MODE: CI
|
RUN_MODE: CI
|
||||||
PLAYWRIGHT_BROWSERS_PATH: /tmp/ms-playwright
|
PLAYWRIGHT_BROWSERS_PATH: /tmp/ms-playwright
|
||||||
MEET_API_URL: http://localhost:6080
|
|
||||||
- name: Upload failed test videos
|
- name: Upload failed test videos
|
||||||
if: always()
|
if: always()
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
@ -140,9 +130,6 @@ jobs:
|
|||||||
MEET_WEBHOOK_ENABLED: true
|
MEET_WEBHOOK_ENABLED: true
|
||||||
- name: Start OpenVidu Meet Testapp
|
- name: Start OpenVidu Meet Testapp
|
||||||
uses: OpenVidu/actions/start-openvidu-meet-testapp@main
|
uses: OpenVidu/actions/start-openvidu-meet-testapp@main
|
||||||
env:
|
|
||||||
OPENVIDU_MEET_URL: http://localhost:6080/api/v1
|
|
||||||
WEBCOMPONENT_SRC: http://localhost:6080/v1/openvidu-meet.js
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
cd frontend/webcomponent
|
cd frontend/webcomponent
|
||||||
@ -153,7 +140,6 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
RUN_MODE: CI
|
RUN_MODE: CI
|
||||||
PLAYWRIGHT_BROWSERS_PATH: /tmp/ms-playwright
|
PLAYWRIGHT_BROWSERS_PATH: /tmp/ms-playwright
|
||||||
MEET_API_URL: http://localhost:6080
|
|
||||||
- name: Upload failed test videos
|
- name: Upload failed test videos
|
||||||
if: always()
|
if: always()
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
@ -194,9 +180,6 @@ jobs:
|
|||||||
MEET_WEBHOOK_ENABLED: true
|
MEET_WEBHOOK_ENABLED: true
|
||||||
- name: Start OpenVidu Meet Testapp
|
- name: Start OpenVidu Meet Testapp
|
||||||
uses: OpenVidu/actions/start-openvidu-meet-testapp@main
|
uses: OpenVidu/actions/start-openvidu-meet-testapp@main
|
||||||
env:
|
|
||||||
OPENVIDU_MEET_URL: http://localhost:6080/api/v1
|
|
||||||
WEBCOMPONENT_SRC: http://localhost:6080/v1/openvidu-meet.js
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
cd frontend/webcomponent
|
cd frontend/webcomponent
|
||||||
@ -207,7 +190,6 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
RUN_MODE: CI
|
RUN_MODE: CI
|
||||||
PLAYWRIGHT_BROWSERS_PATH: /tmp/ms-playwright
|
PLAYWRIGHT_BROWSERS_PATH: /tmp/ms-playwright
|
||||||
MEET_API_URL: http://localhost:6080
|
|
||||||
- name: Upload failed test videos
|
- name: Upload failed test videos
|
||||||
if: always()
|
if: always()
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
@ -247,9 +229,6 @@ jobs:
|
|||||||
MEET_WEBHOOK_ENABLED: true
|
MEET_WEBHOOK_ENABLED: true
|
||||||
- name: Start OpenVidu Meet Testapp
|
- name: Start OpenVidu Meet Testapp
|
||||||
uses: OpenVidu/actions/start-openvidu-meet-testapp@main
|
uses: OpenVidu/actions/start-openvidu-meet-testapp@main
|
||||||
env:
|
|
||||||
OPENVIDU_MEET_URL: http://localhost:6080/api/v1
|
|
||||||
WEBCOMPONENT_SRC: http://localhost:6080/v1/openvidu-meet.js
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
docker ps -a
|
docker ps -a
|
||||||
@ -261,7 +240,6 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
RUN_MODE: CI
|
RUN_MODE: CI
|
||||||
PLAYWRIGHT_BROWSERS_PATH: /tmp/ms-playwright
|
PLAYWRIGHT_BROWSERS_PATH: /tmp/ms-playwright
|
||||||
MEET_API_URL: http://localhost:6080
|
|
||||||
- name: Upload failed test videos
|
- name: Upload failed test videos
|
||||||
if: always()
|
if: always()
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
@ -276,7 +254,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
docker logs openvidu &> openvidu-server.logs
|
docker logs openvidu &> openvidu-server.logs
|
||||||
docker logs egress &> egress.logs
|
docker logs egress &> egress.logs
|
||||||
|
|
||||||
- name: Upload OpenVidu Local Deployment logs
|
- name: Upload OpenVidu Local Deployment logs
|
||||||
if: always()
|
if: always()
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user