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
|
name: Pull Request Check
|
||||||
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
run-name: ${{ gitea.actor }} is updating the pull request 🚀
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
types: [synchronize]
|
types: [synchronize]
|
||||||
|
|
@ -21,3 +21,8 @@ jobs:
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: npm test
|
run: npm test
|
||||||
|
|
||||||
|
- name: Build project
|
||||||
|
env:
|
||||||
|
VERSION: ${{github.ref_name}}
|
||||||
|
run: npm run build
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue