Skip to content

Commit

Permalink
Update mocha file environment variable to match other paths
Browse files Browse the repository at this point in the history
  • Loading branch information
deepjyoti30-st committed Dec 4, 2024
1 parent 57d30de commit d30ae63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config_continue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
fdi-version:
type: string
environment:
MOCHA_FILE: ~/test_report/report_node-<< parameters.fdi-version >>.xml
MOCHA_FILE: test_report/report_node-<< parameters.fdi-version >>.xml
steps:
- checkout
- run: echo "127.0.0.1 localhost.org" >> /etc/hosts
Expand Down

0 comments on commit d30ae63

Please sign in to comment.