Skip to content

Commit f0248da

Browse files
authored
Build and upload the cli artifact in PRs (#6020)
This PR does similarly to what we did for the node tools artifact. It would be nice to have profiler-cli uploaded as an artifact for PRs etc so people can try it out easily for manual testing.
2 parents d03a0cf + 45ad149 commit f0248da

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,16 @@ jobs:
8686
name: node-tools-dist
8787
path: node-tools-dist/
8888

89+
- name: Build profiler-cli
90+
run: yarn build-profiler-cli
91+
92+
- name: Upload profiler-cli artifact
93+
if: matrix.os == 'ubuntu-latest'
94+
uses: actions/upload-artifact@v7
95+
with:
96+
name: profiler-cli
97+
path: profiler-cli/dist/
98+
8999
licence-check:
90100
runs-on: ${{ matrix.os }}
91101
strategy:

0 commit comments

Comments
 (0)