diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0b0c451..4c98d76 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,7 +22,11 @@ jobs: id: create shell: pwsh run: | - "$env:GITHUB_WORKSPACE/test1.ps1" + Get-Date + Start-Sleep -Seconds 10 + Get-Date + New-Item -Name test.txt -Value "Hi" + # "$env:GITHUB_WORKSPACE/test1.ps1" - name: Upload artifacts if: steps.create.outcome == 'success' uses: actions/upload-artifact@v3