From c1ee8cb62e4fb67d2a7c65c416a693224a333181 Mon Sep 17 00:00:00 2001 From: merwanehamadi Date: Sat, 10 Jun 2023 15:07:02 -0700 Subject: [PATCH] Upload logs as artifacts (#4640) --- .github/workflows/ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 90bd4b53..0718c46f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -245,3 +245,10 @@ jobs: echo $TOKEN | gh auth login --with-token gh api repos/$REPO/issues/$PR_NUMBER/comments -X POST -F body="You changed AutoGPT's behaviour. The cassettes have been updated and will be merged to the submodule when this Pull Request gets merged." fi + + - name: Upload logs as artifact + if: always() + uses: actions/upload-artifact@v3 + with: + name: test-logs + path: logs/