Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b93aeda commit 70cc103Copy full SHA for 70cc103
checkout/action.yml
@@ -50,3 +50,10 @@ runs:
50
repository: DiligentGraphics/DiligentCore
51
path: DiligentCore
52
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