Skip to content

Commit

Permalink
ci: upload test results
Browse files Browse the repository at this point in the history
  • Loading branch information
Link authored Dec 25, 2020
1 parent 770d043 commit c972df5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ jobs:
if: always()
run: |
tar -zcvf ./tests/e2e/video.tar.gz ./tests/e2e/video
ll
- name: Upload test video
if: always()
Expand All @@ -100,6 +99,8 @@ jobs:
run: |
cd tests/e2e
git init
git config user.email "link19970507@gmail.com"
git config user.name "Link"
git add .
git commit -m "Github Action auto commit"
git branch -M main
Expand Down

0 comments on commit c972df5

Please sign in to comment.