Skip to content

Commit 18e1fdb

Browse files
committed
please work
1 parent c3d2e0b commit 18e1fdb

1 file changed

Lines changed: 2 additions & 11 deletions

File tree

.github/workflows/test-docs-compilation.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)