update naming and adds additional step
Pull Request Check / testing (pull_request) Successful in 7s
Details
Pull Request Check / testing (pull_request) Successful in 7s
Details
parent
ea9016533f
commit
4c44ebfc34
|
|
@ -1,5 +1,5 @@
|
|||
name: Gitea Actions Demo
|
||||
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
||||
name: Pull Request Check
|
||||
run-name: ${{ gitea.actor }} is updating the pull request 🚀
|
||||
on:
|
||||
pull_request:
|
||||
types: [synchronize]
|
||||
|
|
@ -21,3 +21,8 @@ jobs:
|
|||
|
||||
- name: Run tests
|
||||
run: npm test
|
||||
|
||||
- name: Build project
|
||||
env:
|
||||
VERSION: ${{github.ref_name}}
|
||||
run: npm run build
|
||||
|
|
|
|||
Loading…
Reference in New Issue