Merge pull request #2690 from nextcloud/tests/relativeci
Try out relativeci
This commit is contained in:
5
.github/workflows/nodejs.yml
vendored
5
.github/workflows/nodejs.yml
vendored
@@ -22,5 +22,8 @@ jobs:
|
||||
npm ci
|
||||
- name: build
|
||||
run: |
|
||||
npm run build --if-present
|
||||
mkdir -p js
|
||||
npm run build --if-present -- --profile --json | tail -n +6 > js/webpack-stats.json
|
||||
npx relative-ci-agent
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user