mirror of
https://github.com/tiennm99/is-a-good-dev.git
synced 2026-09-05 18:16:51 +00:00
Update
This commit is contained in:
@@ -10,10 +10,16 @@ jobs:
|
||||
fetch-depth: 0
|
||||
- name: Get changed files
|
||||
id: changed-files
|
||||
uses: tj-actions/changed-files@v32
|
||||
uses: tj-actions/changed-files@v34
|
||||
with:
|
||||
files: |
|
||||
sub-logs/**
|
||||
reserved/**
|
||||
- name: Install modules
|
||||
if: steps.changed-files-specific.outputs.any_changed == 'true'
|
||||
run: yarn
|
||||
- name: Run tests
|
||||
if: steps.changed-files-specific.outputs.any_changed == 'true'
|
||||
id: tests
|
||||
run: yarn test
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user