Skip to content

Commit 6646d38

Browse files
committed
Remove test command, unable to get github actions working with docker-compose and a subdomain for localhost, maybe sometime in the future? For now, run tests locally.
1 parent 0ad48e6 commit 6646d38

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/dotnet-core.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,11 @@ jobs:
2828
run: |
2929
sudo echo "127.0.0.1 localhost realtime-dev.localhost" | sudo tee -a /etc/hosts
3030
31-
- name: Initialize Testing Stack
32-
run: docker-compose up -d
31+
#- name: Initialize Testing Stack
32+
# run: docker-compose up -d
3333

3434
- name: Install dependencies
3535
run: dotnet restore
3636

3737
- name: Build Realtime
38-
run: dotnet build ./Realtime/Realtime.csproj --configuration Release --no-restore
39-
40-
- name: Test
41-
run: docker run --rm --network host -v $(pwd):/app -w /app/RealtimeTests mcr.microsoft.com/dotnet/sdk:7.0 dotnet test
38+
run: dotnet build ./Realtime/Realtime.csproj --configuration Release --no-restore

0 commit comments

Comments
 (0)