mirror of
https://github.com/gradle/actions.git
synced 2025-04-19 17:29:20 +08:00
Fix npm for update-dist
This commit is contained in:
parent
e4f356955f
commit
74628b9f13
10
.github/workflows/ci-update-dist.yml
vendored
10
.github/workflows/ci-update-dist.yml
vendored
@ -33,16 +33,20 @@ jobs:
|
|||||||
cache: npm
|
cache: npm
|
||||||
cache-dependency-path: sources/package-lock.json
|
cache-dependency-path: sources/package-lock.json
|
||||||
|
|
||||||
- name: Build distribution
|
- name: Install npm dependencies
|
||||||
run: |
|
run: |
|
||||||
npm clean-install
|
npm clean-install
|
||||||
|
working-directory: sources
|
||||||
|
|
||||||
|
- name: Build distribution
|
||||||
|
run: |
|
||||||
npm run check
|
npm run check
|
||||||
npm run compile
|
npm run compile
|
||||||
working-directory: sources
|
working-directory: sources
|
||||||
env:
|
env:
|
||||||
NODE_OPTIONS: '-r @gradle/develocity-agent/preload'
|
NODE_OPTIONS: '-r @gradle/develocity-agent/preload'
|
||||||
DEVELOCITY_URL: https://ge.solutions-team.gradle.com
|
DEVELOCITY_URL: 'https://ge.solutions-team.gradle.com'
|
||||||
DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
|
DEVELOCITY_ACCESS_KEY: '${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}'
|
||||||
|
|
||||||
- name: Copy the generated sources/dist directory to the top-level dist
|
- name: Copy the generated sources/dist directory to the top-level dist
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user