We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58e6211 commit f4d04e0Copy full SHA for f4d04e0
.github/workflows/ci-test.yml
@@ -36,19 +36,17 @@ jobs:
36
7.0.x
37
- name: Install PSResources
38
run: tools/installPSResources.ps1
39
- - name: Build
40
- run: Invoke-Build Build
+ - name: Build and test
+ run: Invoke-Build
41
- name: Upload build artifacts
42
+ if: always()
43
uses: actions/upload-artifact@v3
- if: matrix.os == 'windows-latest'
44
with:
45
- name: PowerShellEditorServices
+ name: PowerShellEditorServices-module-${{ matrix.os }}
46
path: module
47
- - name: Run tests
48
- run: Invoke-Build Test
49
- name: Upload test results
50
51
if: always()
52
53
- name: ${{ matrix.os }}-test-results
+ name: PowerShellEditorServices-test-results-${{ matrix.os }}
54
path: '**/*.trx'
0 commit comments