@@ -135,32 +135,32 @@ jobs:
135135 working-directory : ./Integration/DotNET.InProcess
136136 run : dotnet test --no-build --filter FullyQualifiedName~${{ env.NAMESPACE }} --logger "console;verbosity=normal" --configuration Release --framework net9.0
137137
138- integration-api :
139- runs-on : ubuntu-latest
140- needs : [dotnet-build]
141- steps :
142- - name : Checkout code
143- uses : actions/checkout@v4
144-
145- - name : Setup .Net
146- uses : actions/setup-dotnet@v4
147- with :
148- dotnet-version : |
149- ${{ env.DOTNET_VERSION }}
150-
151- - uses : actions/cache@v3
152- id : dotnet-x64-output
153- with :
154- path : ./**/bin
155- key : ${{ env.DOTNET_CACHE }}
156-
157- - name : Login to GitHub Docker Registry
158- uses : docker/login-action@v3
159- with :
160- registry : ghcr.io
161- username : ${{ github.actor }}
162- password : ${{ secrets.GITHUB_TOKEN }}
163-
164- - name : Run API integration tests for .Net 9
165- working-directory : ./Integration/Api
166- run : dotnet test --no-build --logger "console;verbosity=normal" --configuration Release --framework net9.0
138+ # integration-api:
139+ # runs-on: ubuntu-latest
140+ # needs: [dotnet-build]
141+ # steps:
142+ # - name: Checkout code
143+ # uses: actions/checkout@v4
144+
145+ # - name: Setup .Net
146+ # uses: actions/setup-dotnet@v4
147+ # with:
148+ # dotnet-version: |
149+ # ${{ env.DOTNET_VERSION }}
150+
151+ # - uses: actions/cache@v3
152+ # id: dotnet-x64-output
153+ # with:
154+ # path: ./**/bin
155+ # key: ${{ env.DOTNET_CACHE }}
156+
157+ # - name: Login to GitHub Docker Registry
158+ # uses: docker/login-action@v3
159+ # with:
160+ # registry: ghcr.io
161+ # username: ${{ github.actor }}
162+ # password: ${{ secrets.GITHUB_TOKEN }}
163+
164+ # - name: Run API integration tests for .Net 9
165+ # working-directory: ./Integration/Api
166+ # run: dotnet test --no-build --logger "console;verbosity=normal" --configuration Release --framework net9.0
0 commit comments