Skip to content

Commit 7c9026b

Browse files
committed
find self-tests 1
1 parent 6ab89ca commit 7c9026b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/win_test.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,8 @@ jobs:
5656
- name: GSAS-II test
5757
shell: bash -el {0}
5858
run: |
59-
dir /s
60-
#cd G2
61-
dir GSAS-II
62-
dir /s
59+
ls -R
60+
cd GSAS-II
6361
python tests/test_elm.py
6462
python -m pytest
6563

0 commit comments

Comments
 (0)