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 647f1a8 commit 770d043
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,13 @@ jobs:
command: yarn test:run

- name: Tar test video
if: always()
run: |
tar -zcvf ./tests/e2e/video.tar.gz ./tests/e2e/video
ll
- name: Upload test video
if: always()
env:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
run: |
Expand Down

0 comments on commit 770d043

Please sign in to comment.