ci: Updated test file
parent
fa3313b72c
commit
8b503dcc9f
|
@ -1,4 +1,4 @@
|
|||
name: 'Action to test the action locally with act'
|
||||
name: 'Test the action'
|
||||
on: [pull_request]
|
||||
|
||||
jobs:
|
||||
|
@ -12,6 +12,9 @@ jobs:
|
|||
|
||||
- run: npm ci --prod
|
||||
|
||||
- run: touch ./fake-file.log
|
||||
- run: "git add . && git commit -m 'feat: Added fake file so version will be bumped'"
|
||||
|
||||
- name: Generate changelog
|
||||
id: changelog
|
||||
uses: ./
|
||||
|
|
Loading…
Reference in New Issue