From 79841ca9e08d30fcfe3d080f71051ce87c4e7923 Mon Sep 17 00:00:00 2001 From: Yuren Ju Date: Thu, 21 Sep 2023 09:23:52 +0800 Subject: [PATCH] feat: upload screen record as github artifact --- .github/workflows/ci.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 93ceac1..3bfa449 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -32,6 +32,10 @@ jobs: # thest are only for testing, DO NOT USE IT FOR OTHER PURPOSE!! VITE_MOCK_WALLET_PRIVATE_KEY: '0x8b806ec6cc2cbc6f75e1e0a0b020dba4d02f1a8578b9a8e2fb1f53f5a1c83e99' VITE_INFURA_PROJECT_ID: '25e33bb59b0b4803813c8f238cceb14e' + - uses: actions/upload-artifact@v3 + with: + name: screen-records + path: /home/runner/work/tw-did/tw-did/dist/cypress/apps/*/videos/*.mp4 acceptance: if: ${{ false }} runs-on: ubuntu-latest