diff --git a/.github/workflows/test-ui.yml b/.github/workflows/test-ui.yml index a34b9e753..cdace8737 100644 --- a/.github/workflows/test-ui.yml +++ b/.github/workflows/test-ui.yml @@ -57,14 +57,14 @@ jobs: - name: Build Worker run: cd ./vuu-ui && npm run build:worker - name: Run component tests in Chrome - uses: cypress-io/github-action@bd9dda317ed2d4fbffc808ba6cdcd27823b2a13b + uses: cypress-io/github-action@e5fe3d08c200a30aa43203bceb92f565fad91940 with: component: true install: false working-directory: ./vuu-ui browser: chrome - name: Run component tests in Edge - uses: cypress-io/github-action@bd9dda317ed2d4fbffc808ba6cdcd27823b2a13b + uses: cypress-io/github-action@e5fe3d08c200a30aa43203bceb92f565fad91940 with: component: true install: false