Skip to content

Commit

Permalink
ci: upload test results
Browse files Browse the repository at this point in the history
  • Loading branch information
Linkontoask committed Dec 25, 2020
1 parent 879bb32 commit 647f1a8
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,22 @@ jobs:
install: false
command: yarn test:run

- name: Tar test video
run: |
tar -zcvf ./tests/e2e/video.tar.gz ./tests/e2e/video
ll
- name: Upload test video
env:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
run: |
cd tests/e2e
git init
git add .
git commit -m "Github Action auto commit"
git branch -M main
git push --force --quiet "https://$ACCESS_TOKEN@github.com/hq001/test_video.git" main:main
build:
name: Yarn build
Expand Down

0 comments on commit 647f1a8

Please sign in to comment.