mirror of
https://forgejo.stefka.eu/jiriks74/create-pull-request.git
synced 2025-01-18 16:01:06 +01:00
Convert action to typescript
This commit is contained in:
parent
40e70b8f7b
commit
4ba9ca3d10
19 changed files with 12517 additions and 4466 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue