Skip to content

Commit

Permalink
Issue #IQ-803 fix: updated role
Browse files Browse the repository at this point in the history
  • Loading branch information
krgauraw committed Jun 7, 2024
1 parent 035e660 commit 7eef990
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ansible/roles/functional-tests/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
template:
src: "{{ source_name }}/env_question_questionset_{{ file_version }}.json"
dest: functional-tests-files/env_question_questionset_{{ file_version }}.json
- name: Trigger Functional Test
- name: Trigger Functional Test
environment:
NVM_DIR: "/var/lib/jenkins/.nvm"
shell:
cmd: . /var/lib/jenkins/.nvm/nvm.sh && nvm use 16.19.0 && newman run ft_question_questionset_{{ file_version }}.json -e env_question_questionset_{{ file_version }}.json --reporters cli,htmlextra,junit --reporter-htmlextra-export newman/report.html --reporter-junit-export newman/junit_report.xml;
chdir: functional-tests-files

0 comments on commit 7eef990

Please sign in to comment.