Skip to content

Commit

Permalink
fix reporting file changes because of bumping deps (#634)
Browse files Browse the repository at this point in the history
Co-authored-by: Misha Kolesnik <tenequm@gmail.com>
  • Loading branch information
goncer and tenequm authored Oct 30, 2023
1 parent b419286 commit 9bb564d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ jobs:
if: success() || failure() # run this step even if previous step failed
with:
name: E2E report ${{ matrix.command }} # Name of the check run which will be created
path: e2eTests/reports/junit-*.xml # Path to test results
path: e2eTests/reports/*.xml # Path to test results
reporter: jest-junit # Format of test results

- name: Submit results to the testmo-run
Expand Down

0 comments on commit 9bb564d

Please sign in to comment.