mirror of
https://github.com/gradle/actions.git
synced 2026-03-02 17:49:49 +08:00
Install DV agent for ci-update-dist workflow
This commit is contained in:
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: |
|
||||
|
||||
Reference in New Issue
Block a user