mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-13 05:07:43 +02:00
UBERF-11398: Fixing rate limits (#9143)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
+16
-16
@@ -261,26 +261,26 @@ jobs:
|
||||
run: |
|
||||
cd ./tests/sanity
|
||||
node ../../common/scripts/install-run-rushx.js ci
|
||||
- name: Start profiling
|
||||
run: |
|
||||
cd ./tests
|
||||
./profile-start.sh
|
||||
# - name: Start profiling
|
||||
# run: |
|
||||
# cd ./tests
|
||||
# ./profile-start.sh
|
||||
- name: Run UI tests
|
||||
run: |
|
||||
cd ./tests/sanity
|
||||
node ../../common/scripts/install-run-rushx.js uitest
|
||||
- name: Download profile
|
||||
run: |
|
||||
cd ./tests
|
||||
./profile-download.sh
|
||||
npm install -g cpupro
|
||||
./profile-generate.sh
|
||||
- name: Upload profiling results
|
||||
if: always()
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: profiling
|
||||
path: ./tests/profiles
|
||||
# - name: Download profile
|
||||
# run: |
|
||||
# cd ./tests
|
||||
# ./profile-download.sh
|
||||
# npm install -g cpupro
|
||||
# ./profile-generate.sh
|
||||
# - name: Upload profiling results
|
||||
# if: always()
|
||||
# uses: actions/upload-artifact@v4
|
||||
# with:
|
||||
# name: profiling
|
||||
# path: ./tests/profiles
|
||||
- name: 'Store docker logs'
|
||||
if: always()
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user