Publish build scans for CI builds

This commit is contained in:
daz
2025-01-19 15:20:12 -07:00
parent c9dc8a7709
commit e6f332ecb1
2 changed files with 20 additions and 2 deletions

View File

@@ -39,7 +39,11 @@ jobs:
npm run check
npm run compile
working-directory: sources
env:
NODE_OPTIONS: '-r @gradle/develocity-agent/preload'
DEVELOCITY_URL: https://ge.solutions-team.gradle.com
DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
- name: Copy the generated sources/dist directory to the top-level dist
run: |
cp -r sources/dist .