Skip to content

Commit

Permalink
Upload artifact before running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeharder committed Sep 25, 2024
1 parent 3d1ddd2 commit 262f822
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/tsp-client-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@ jobs:
shell: pwsh
working-directory: tools/tsp-client

- run: npm run test
shell: pwsh
working-directory: tools/tsp-client

- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v4
with:
name: package
path: tools/tsp-client/*.tgz
compression-level: 0

- run: npm run test
shell: pwsh
working-directory: tools/tsp-client

0 comments on commit 262f822

Please sign in to comment.