Skip to content

Commit

Permalink
Update windows-build-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewc12 committed Aug 5, 2023
1 parent ef3aa42 commit 337d7bd
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/windows-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2700,7 +2700,12 @@ jobs:




- name: Adding markdown
run: |
${{github.workspace}}\ifs_test_kit\ifstest.exe -g Virus /t AllInformationTest E:\ /n .\AllInformationTestResults.log /N 356789AB /T /p /m /E -R /j /r c: -d \Ntfs -a \datacoh.exe /u ifstest /U *rw53w52
${{github.workspace}}\ifs_test_kit\ifstest.exe -g Virus /t AllInformationTest E: /n .\AllInformationTestResults.log /N 356789AB /T /p /m /E -R /j /r c: -d \Ntfs -a \datacoh.exe /u ifstest /U *rw53w52
Get-ChildItem -recurse -path ${{github.workspace}}
Get-ChildItem -recurse -path .\
Expand Down

0 comments on commit 337d7bd

Please sign in to comment.