3
0
Fork 0
mirror of https://github.com/tj-actions/changed-files synced 2025-02-19 05:23:48 +00:00

Updated test.yml

This commit is contained in:
Tonye Jack 2022-11-03 09:54:28 -06:00
parent f8d4b5c286
commit c50a04d832

View file

@ -211,12 +211,13 @@ jobs:
max-parallel: 4
matrix:
platform: [ubuntu-latest, ubuntu-22.04, windows-latest, macos-latest, macos-11, ubuntu-18.04, windows-2022]
fetch-depth: [1, 2]
steps:
- name: Checkout to branch
uses: actions/checkout@v3
with:
fetch-depth: 2
fetch-depth: ${{ matrix.fetch-depth }}
- name: Run changed-files
id: changed-files