Skip to content

Commit

Permalink
fix: e2e issues fix (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
elribonazo authored Jun 25, 2024
1 parent 5bbfdf5 commit ba908b1
Show file tree
Hide file tree
Showing 6 changed files with 1,702 additions and 1,284 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,9 @@ jobs:
- name: Install local dependency
working-directory: integration-tests/e2e-tests
run: |
mv "../../${{ env.PACKAGE_NAME }}" "./${{ env.PACKAGE_NAME }}"
yarn
yarn add "../../${{ env.PACKAGE_NAME }}"
yarn add "./${{ env.PACKAGE_NAME }}"
- name: Install dependencies
working-directory: integration-tests/e2e-tests
Expand Down
Loading

1 comment on commit ba908b1

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lines Statements Branches Functions
Coverage: 75%
75.28% (2781/3694) 64.98% (1353/2082) 80.51% (719/893)

JUnit

Tests Skipped Failures Errors Time
501 6 💤 0 ❌ 0 🔥 1m 13s ⏱️

Please sign in to comment.