We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc05df0 commit 035a7f8Copy full SHA for 035a7f8
.github/workflows/build.yml
@@ -72,13 +72,13 @@ jobs:
72
run: |
73
dotnet test ${{ github.workspace }}\DynamoSamples\src\SampleLibraryTests -p:Configuration=Release --filter "TestCategory!=Failure&TestCategory!=NEEDS_GEOM_LIB" --logger "trx;LogFileName=results.trx" --results-directory ${{ github.workspace }}\DynamoSamples\TestResults
74
- name: Upload build artifact
75
- uses: actions/upload-artifact@v4.3.3
+ uses: actions/upload-artifact@v4.4.0
76
with:
77
name: DynamoSamples
78
path: ${{ github.workspace }}\DynamoSamples\dynamo_package
79
retention-days: 7
80
- name: Upload test artifact
81
82
83
name: TestResults
84
path: ${{ github.workspace }}\DynamoSamples\TestResults
0 commit comments