Skip to content

Commit

Permalink
feat: upload screen record as github artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
yurenju committed Sep 21, 2023
1 parent 8451969 commit 79841ca
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 79841ca

Please sign in to comment.