Skip to content

Commit

Permalink
fix: api e2e results
Browse files Browse the repository at this point in the history
  • Loading branch information
vasyl-ivanchuk committed Sep 14, 2023
1 parent 89cb378 commit 4f93f6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/api-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
uses: EnricoMi/publish-unit-test-result-action/composite@v2
if: always()
with:
files: "e2e-junit.xml"
files: "packages/api/e2e-junit.xml"
check_run_annotations: all tests, skipped tests
report_individual_runs: "true"
check_name: API E2E Test Results
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/validate-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ jobs:
packages/worker/junit.xml
check_run_annotations: all tests, skipped tests
report_individual_runs: "true"
check_name: Unit Test Results

- name: Build
run: |
Expand Down

0 comments on commit 4f93f6a

Please sign in to comment.