update naming and adds additional step
Pull Request Check / testing (pull_request) Successful in 7s Details

pull/11/head
macniel 2025-09-25 17:48:56 +02:00
parent ea9016533f
commit 4c44ebfc34
1 changed files with 7 additions and 2 deletions

View File

@ -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