Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zaidmonis authored Sep 30, 2024
1 parent 2c337e4 commit 7b23139
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,5 @@ jobs:
run: dotnet restore
- name: Build
run: dotnet build --no-restore
- name: Setup Testcontainers Cloud Client
uses: atomicjar/testcontainers-cloud-setup-action@v1
with:
token: ${{ secrets.TC_CLOUD_TOKEN }}
wait: true
- name: Check host.docker.internal resolution
run: |
docker run --rm alpine sh -c "apk add --no-cache curl && curl -s host.docker.internal"
- name: Test
run: dotnet test --no-build --verbosity normal

0 comments on commit 7b23139

Please sign in to comment.