mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-29 20:04:30 +01:00
Allow change location of reports (#115)
Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com>
This commit is contained in:
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@@ -64,7 +64,6 @@ jobs:
|
||||
if: success() || failure()
|
||||
|
||||
tests:
|
||||
if: github.event_name != 'pull_request' || matrix.cache-enabled == false
|
||||
name: "${{ matrix.agent-name }} (Cache: ${{ matrix.cache-enabled }})"
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
@@ -161,12 +160,12 @@ jobs:
|
||||
REQUESTS_CA_BUNDLE: /etc/ssl/certs/ca-certificates.crt
|
||||
HELICONE_CACHE_ENABLED: ${{ matrix.cache-enabled }}
|
||||
HELICONE_PROPERTY_AGENT: ${{ matrix.agent-name }}
|
||||
REPORT_LOCATION: ${{ matrix.cache-enabled == true && format('../../../benchmark_runs/{0}', matrix.agent-name) || '.' }}
|
||||
|
||||
|
||||
- name: Upload reports
|
||||
if: always()
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name:
|
||||
"${{ matrix.agent-name }} (Cache ${{ matrix.cache-enabled }})"
|
||||
path: agent/${{ matrix.agent-name }}/agbenchmark
|
||||
name: ${{ matrix.agent-name }}
|
||||
path: benchmark_runs/${{ matrix.agent-name }}
|
||||
|
||||
Reference in New Issue
Block a user