File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,25 +20,16 @@ jobs:
2020 - name : Checkout repository
2121 uses : actions/checkout@v6
2222
23- - name : Force .NET 10
24- run : |
25- echo '{"sdk": { "version": "10.0.201", "rollForward": "latestFeature" } }' > global.json
26-
2723 - name : Run compilation tests
2824 id : compile_step
2925 uses : datastax/astra-client-docs-tests/.github/actions/test-compilation@master
3026 with :
3127 clients : ' csharp'
32- args : -A csharp='<ProjectReference Include=\"${{ github.workspace }}/src/DataStax.AstraDB.DataApi/DataStax.AstraDB.DataApi.csproj\"/>' --allow-failures
28+ args : -A csharp='<ProjectReference Include=\"${{ github.workspace }}/src/DataStax.AstraDB.DataApi/DataStax.AstraDB.DataApi.csproj\"/>'
29+ allow-failures : ' true'
3330 docs-repo-token : ${{ secrets.DOC_GITHUB_PAT_CROSS_ORG }}
3431 docs-repo : ' @ske-csharp-client'
3532
36- - name : Confusion
37- shell : bash
38- run : |
39- set -x
40- dotnet --info
41-
4233 - name : Label PR on failure
4334 uses : actions-ecosystem/action-add-labels@v1
4435 if : steps.compile_step.outputs.failed_tests == 'true' && github.event.pull_request
You can’t perform that action at this time.
0 commit comments