mirror of
https://github.com/tiennm99/is-a-dev.git
synced 2026-08-20 12:24:15 +00:00
Update validation.yml
This commit is contained in:
@@ -41,7 +41,9 @@ jobs:
|
|||||||
- name: Get modified files
|
- name: Get modified files
|
||||||
if: github.event_name == 'pull_request'
|
if: github.event_name == 'pull_request'
|
||||||
id: files
|
id: files
|
||||||
run: echo "changed_files=$(git diff --name-only -r HEAD^1 HEAD | xargs)" >> $GITHUB_OUTPUT
|
run: |
|
||||||
|
echo "changed_files=$(git diff --name-only -r HEAD^1 HEAD | xargs)" >> $GITHUB_OUTPUT
|
||||||
|
echo $changed_files
|
||||||
|
|
||||||
- run: npm test
|
- run: npm test
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user