Skip to content

Commit

Permalink
ensure test container cloud is setup for regular tests run too
Browse files Browse the repository at this point in the history
  • Loading branch information
Mpdreamz committed Oct 10, 2023
1 parent ec66657 commit df356da
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ jobs:
- name: Build
run: dotnet build -c Release --verbosity minimal

- name: Setup Testcontainers Cloud Client
uses: atomicjar/testcontainers-cloud-setup-action@v1
with:
token: ${{ secrets.TC_CLOUD_TOKEN }}

- name: 'Tests: Unit'
uses: ./.github/workflows/test
with:
Expand All @@ -57,7 +62,7 @@ jobs:

- name: Build agent-zip
run: ./build.bat agent-zip

- name: 'Tests: StartupHooks'
uses: ./.github/workflows/test
with:
Expand Down

0 comments on commit df356da

Please sign in to comment.