Skip to content

Commit bb06dcf

Browse files
committed
Upload build artifacts
For easy testing.
1 parent 5566aae commit bb06dcf

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/ci-test.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,18 @@ jobs:
3737
- name: Build
3838
shell: pwsh
3939
run: Invoke-Build Build
40+
- name: Upload build artifacts
41+
uses: actions/upload-artifact@v3
42+
if: matrix.os == 'windows-latest'
43+
with:
44+
name: PowerShellEditorServices
45+
path: module
4046
- name: Run tests
4147
shell: pwsh
4248
run: Invoke-Build Test
4349
- name: Upload test results
4450
uses: actions/upload-artifact@v3
45-
if: ${{ always() }}
51+
if: always()
4652
with:
4753
name: ${{ matrix.os }}-test-results
4854
path: '**/*.trx'

0 commit comments

Comments
 (0)