This commit is contained in:
Tweak
2022-10-25 16:59:47 -06:00
committed by GitHub
parent 9add293de2
commit c4e2ae1849
+7 -1
View File
@@ -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: