diff --git a/.github/workflows/backend-integration-test.yaml b/.github/workflows/backend-integration-test.yaml index f2fe330..084f919 100644 --- a/.github/workflows/backend-integration-test.yaml +++ b/.github/workflows/backend-integration-test.yaml @@ -14,8 +14,6 @@ jobs: run: npm install -g wait-on - name: Install LK CLI run: curl -sSL https://get.livekit.io/cli | bash - - name: Checkout OpenVidu Meet - uses: actions/checkout@v4 - name: Setup OpenVidu Local Deployment uses: ./.github/actions/setup-local-deployment - name: Setup OpenVidu Meet