mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
ci(performance): fix Unexpected input warning for profiler-branch
Signed-off-by: Josh <josh.t.richards@gmail.com>
This commit is contained in:
parent
ebf9596365
commit
1c7632c9c0
1 changed files with 2 additions and 2 deletions
4
.github/workflows/performance.yml
vendored
4
.github/workflows/performance.yml
vendored
|
|
@ -62,7 +62,7 @@ jobs:
|
|||
ref: ${{ github.event.pull_request.head.ref }}
|
||||
|
||||
- name: Run before measurements
|
||||
uses: nextcloud/profiler@6801ee10fc80f10b444388fb6ca9b36ad8a2ea83
|
||||
uses: nextcloud/profiler@6a74c915048285b35b8e1cd96c0835a635945044
|
||||
with:
|
||||
run: |
|
||||
curl -s -X PROPFIND -u test:test http://localhost:8080/remote.php/dav/files/test
|
||||
|
|
@ -84,7 +84,7 @@ jobs:
|
|||
|
||||
- name: Run after measurements
|
||||
id: compare
|
||||
uses: nextcloud/profiler@6801ee10fc80f10b444388fb6ca9b36ad8a2ea83
|
||||
uses: nextcloud/profiler@6a74c915048285b35b8e1cd96c0835a635945044
|
||||
with:
|
||||
run: |
|
||||
curl -s -X PROPFIND -u test:test http://localhost:8080/remote.php/dav/files/test
|
||||
|
|
|
|||
Loading…
Reference in a new issue