Skip to content

Commit

Permalink
fix: e2e sync to testplan
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan_Chen committed Sep 11, 2024
1 parent c2c32ee commit d73bdfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ jobs:
if: ${{ always() && github.event.inputs.target-testplan-name != '' }}
working-directory: packages/tests
run: |
npx ts-node src/scripts/testPlan.ts report ./testplan.json src/e2e/mochawesome-report/mochawesome.json
npx ts-node src/scripts/testPlan.ts report ./testplan.json src/e2e/mochawesome-report
tear-down:
needs: [execute-case, e2e-coverage]
Expand Down

0 comments on commit d73bdfa

Please sign in to comment.