We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 594854b commit 50bde75Copy full SHA for 50bde75
.github/workflows/win-selfinstall-test.yml
@@ -22,11 +22,16 @@ jobs:
22
name: Download the file
23
with:
24
url: "https://github.com/AdvancedPhotonSource/GSAS-II-buildtools/releases/download/v1.0.1/gsas2full-Latest-Windows-x86_64.exe"
25
- target: download/
+ #target: download/
26
+ - name: find it
27
+ if: always()
28
+ shell: bash -el {0}
29
+ run: |
30
+ ls -R
31
32
- name: GSAS-II single test
33
shell: pwsh
- run: Start-Process -FilePath .\download\gsas2new-5804-Windows-x86_64.exe -ArgumentList "/S /AddToPath=1 /D=.\G2 " -NoNewWindow -Wait
34
+ run: Start-Process -FilePath .\gsas2new-5804-Windows-x86_64.exe -ArgumentList "/S /AddToPath=1 /D=.\G2 " -NoNewWindow -Wait
35
36
- name: GSAS-II all tests
37
if: always()
0 commit comments