mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-18 00:46:45 +00:00
build: remove upload perf metrics
This commit is contained in:
parent
4f1473c1e9
commit
e22fa4ac5f
2 changed files with 1 additions and 29 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
|
@ -54,11 +54,7 @@ jobs:
|
|||
|
||||
- name: Test E2E
|
||||
run: npm run e2e
|
||||
- name: Upload performance metrics as an artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: nightwatch-performance-metrics
|
||||
path: perf-metrics*.json
|
||||
|
||||
- name: 'Upload E2E results on failure'
|
||||
if: ${{ failure() }}
|
||||
uses: actions/upload-artifact@v4
|
||||
|
|
|
|||
24
.github/workflows/lint-and-test-pr.yml
vendored
24
.github/workflows/lint-and-test-pr.yml
vendored
|
|
@ -46,30 +46,6 @@ jobs:
|
|||
- run: npm run lint:ci
|
||||
- run: npm run test
|
||||
- run: npm run e2e
|
||||
- name: Upload performance metrics as an artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: nightwatch-performance-metrics
|
||||
path: perf-metrics*.json
|
||||
|
||||
# - name: Read performance metrics to env
|
||||
# # if: github.event_name == 'pull_request'
|
||||
# run: |
|
||||
# perfResult=$(node tools/gen-perf-metrics.js)
|
||||
# echo "e2ePerfResult<<EOF" >> $GITHUB_ENV
|
||||
# echo "$perfResult" >> $GITHUB_ENV
|
||||
# echo "EOF" >> $GITHUB_ENV
|
||||
# echo $perfResult
|
||||
# echo $GITHUB_ENV
|
||||
# - name: Attach performance metrics to PR as comment
|
||||
# # if: github.event_name == 'pull_request'
|
||||
# uses: marocchino/sticky-pull-request-comment@v2
|
||||
# continue-on-error: true
|
||||
# with:
|
||||
# # header: test
|
||||
# message: |
|
||||
# Perf Result
|
||||
# ${{ env.e2ePerfResult }}
|
||||
|
||||
- name: 'Upload E2E results on failure'
|
||||
if: ${{ failure() }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue