diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 42a24314e0c97..1e1206907405a 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -32,7 +32,7 @@ jobs: cypress: runs-on: ubuntu-latest - name: Component testing result + name: Cypress Component Testing steps: - uses: actions/checkout@v4.2.0 - uses: actions/checkout@v4.2.0 @@ -42,6 +42,11 @@ jobs: - uses: taiga-family/ci/actions/setup/variables@v1.92.0 - uses: taiga-family/ci/actions/setup/node@v1.92.0 + - name: DEBUG LOGS + run: | + npx cypress info + tree ${{env.CYPRESS_CACHE_FOLDER}} -L 2 + - name: Share node_modules between current and baseline repos run: | cp -r node_modules ${{ env.CYPRESS_BASELINE_REPO }}/node_modules