Skip to content

Commit

Permalink
chore: add debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
nsbarsukov committed Oct 2, 2024
1 parent 291e472 commit 9ed4d06
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

cypress:
runs-on: ubuntu-latest
name: Component testing result
name: Cypress Component Testing
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
Expand All @@ -42,6 +42,11 @@ jobs:
- uses: taiga-family/ci/actions/setup/[email protected]
- uses: taiga-family/ci/actions/setup/[email protected]

- name: DEBUG LOGS
run: |
npx cypress info
tree ${{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
Expand Down

0 comments on commit 9ed4d06

Please sign in to comment.