Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 70cc103

Browse files
checkout: added Clone DiligentTestData step
1 parent b93aeda commit 70cc103

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

checkout/action.yml

+7
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,10 @@ runs:
5050
repository: DiligentGraphics/DiligentCore
5151
path: DiligentCore
5252
submodules: ${{ inputs.submodules }}
53+
54+
- name: Clone DiligentTestData
55+
if: ${{ steps.checkout_samples.conclusion == 'success' && (runner.os == 'Windows' || runner.os == 'Linux') }}
56+
uses: actions/checkout@v2
57+
with:
58+
repository: DiligentGraphics/DiligentTestData
59+
path: DiligentTestData

0 commit comments

Comments
 (0)