Skip to content

Commit

Permalink
Add move test
Browse files Browse the repository at this point in the history
  • Loading branch information
NBprojekt authored Jan 2, 2021
1 parent b1f1a05 commit ffa9375
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/gource-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,14 @@ jobs:
gource_font_size: 40

- name: 'Check output'
run: ls -al ./
run: |
ls -al ./
ls -al ./gource
- name: 'Test'
run: |
mkdir _test
mv ./gource/gource.mp4 ./_test/gource_mv_test.mp4
- uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit ffa9375

Please sign in to comment.