Skip to content

Commit

Permalink
Merge branch 'main' into SoapRequestBodyCapturingLimitMemUsage
Browse files Browse the repository at this point in the history
  • Loading branch information
gregkalapos authored Feb 1, 2024
2 parents d8616a1 + bdc8378 commit 941b4cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
run: dotnet build -c Release --verbosity minimal

- name: Setup Testcontainers Cloud Client
if: github.event_name != 'pull_request' || github.event_name == 'pull_request' && github.event.pull_request.head.repo.fork == false
uses: atomicjar/testcontainers-cloud-setup-action@v1
with:
token: ${{ secrets.TC_CLOUD_TOKEN }}
Expand Down Expand Up @@ -84,6 +85,7 @@ jobs:
run: ./build.bat profiler-zip

- name: Setup Testcontainers Cloud Client
if: github.event_name != 'pull_request' || github.event_name == 'pull_request' && github.event.pull_request.head.repo.fork == false
uses: atomicjar/testcontainers-cloud-setup-action@v1
with:
token: ${{ secrets.TC_CLOUD_TOKEN }}
Expand Down

0 comments on commit 941b4cc

Please sign in to comment.