Skip to content

Commit

Permalink
Upload build artifacts
Browse files Browse the repository at this point in the history
For easy testing.
  • Loading branch information
andyleejordan committed Dec 12, 2023
1 parent 5566aae commit 38728e0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ jobs:
- name: Build
shell: pwsh
run: Invoke-Build Build
- name: Upload build artifacts
uses: actions/upload-artifact@v3
if: ${{ matrix.os == "windows-latest" }}
with:
name: PowerShellEditorServices
path: module
- name: Run tests
shell: pwsh
run: Invoke-Build Test
Expand Down

0 comments on commit 38728e0

Please sign in to comment.