Skip to content

Commit 822c1eb

Browse files
committed
👌 IMPROVE: Run tests in /tmp
The tests create files that should not persist
1 parent e23757e commit 822c1eb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tasks/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,6 @@
44
dest: "{{ nwchem_temp_folder }}/{{ item }}"
55
- name: "tests: run nwchem {{ item }}"
66
command: "nwchem {{ nwchem_temp_folder }}/{{ item }}"
7+
args:
8+
chdir: "{{ nwchem_temp_folder }}"
79
changed_when: false

0 commit comments

Comments
 (0)