Skip to content

Commit 9beb35e

Browse files
committed
tests
1 parent 5f0a38a commit 9beb35e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ jobs:
99

1010
steps:
1111
- uses: actions/checkout@v6
12+
with:
13+
path: ''
1214

1315
- name: Install tfx-cli
1416
run: npm install -g tfx-cli
@@ -20,6 +22,7 @@ jobs:
2022
- name: Copy PROD artifacts
2123
shell: pwsh
2224
run: |
25+
Write-Host "github.workspace: ${{ github.workspace }}"
2326
New-Item -ItemType Directory -Force -Path "${{ github.workspace }}/artifacts/prod"
2427
Get-ChildItem -Path "${{ github.workspace }}" -Recurse -Filter "SQLPlayer*.vsix" |
2528
Copy-Item -Destination "${{ github.workspace }}/artifacts/prod"

0 commit comments

Comments
 (0)