diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d3acb45..d2653b1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -3,9 +3,6 @@ name: Test on: push: branches: [ main ] - pull_request: - branches: [ main ] - workflow_call: jobs: build: @@ -18,13 +15,13 @@ jobs: uses: actions/checkout@v2 with: fetch-depth: 0 - - name: File exists - shell: pwsh - run: Test-Path $Env:GITHUB_WORKSPACE/test.ps1 | Should -Be $true + # - name: File exists + # shell: pwsh + # run: Test-Path $Env:GITHUB_WORKSPACE/test.ps1 | Should -Be $true - name: Create msi from PowerShell Script shell: pwsh run: | - "./$Env:GITHUB_WORKSPACE/test1.ps1" + ./test1.ps1 - name: Upload artifacts uses: actions/upload-artifact@v2 with: diff --git a/test.ps1 b/test.ps1 index a56bcba..589d571 100644 --- a/test.ps1 +++ b/test.ps1 @@ -1,4 +1,4 @@ Get-Date Start-Sleep -Seconds 10 Get-Date -New-Item -Name test.txt \ No newline at end of file +New-Item -Name test.txt -Value "Hi"