mirror of
https://github.com/gradle/actions.git
synced 2026-03-24 12:54:31 +08:00
Install DV agent for ci-update-dist workflow
This commit is contained in:
parent
9bbab15bc5
commit
1f0a4bb10f
7
.github/workflows/ci-update-dist.yml
vendored
7
.github/workflows/ci-update-dist.yml
vendored
@ -34,10 +34,17 @@ jobs:
|
||||
cache: npm
|
||||
cache-dependency-path: sources/package-lock.json
|
||||
|
||||
- name: Install Develocity npm agent
|
||||
run: |
|
||||
npm exec -y -- pacote extract @gradle-tech/develocity-agent@3.0.1 ~/.node_libraries/@gradle-tech/develocity-agent
|
||||
|
||||
- name: Install npm dependencies
|
||||
run: |
|
||||
npm clean-install
|
||||
working-directory: sources
|
||||
env:
|
||||
NODE_OPTIONS: '-r @gradle-tech/develocity-agent/preload'
|
||||
DEVELOCITY_ACCESS_KEY: '${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}'
|
||||
|
||||
- name: Build distribution
|
||||
run: |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user