Convert action to typescript

This commit is contained in:
Peter Evans 2020-07-16 17:57:13 +09:00
parent 40e70b8f7b
commit 4ba9ca3d10
19 changed files with 12517 additions and 4466 deletions

View file

@ -21,9 +21,14 @@ echo "#test-repo" > README.md
git add .
git commit -m "initial commit"
git push -u
git config --global --unset user.email
git config --global --unset user.name
# Display config
git config -l
# Restore the working directory
cd $WORKINGDIR
# Execute integration tests
jest int
jest int --runInBand