diff --git a/.github/workflows/live-test.yaml b/.github/workflows/live-test.yaml index 62168d7..d52788e 100644 --- a/.github/workflows/live-test.yaml +++ b/.github/workflows/live-test.yaml @@ -47,7 +47,5 @@ jobs: run: go run client.go -address coap.nordicsemi.academy -udp6 -udpPort 5688 -dTLSPort 5689 - name: Run test client (new ports) - # Skip until deployed - if: false working-directory: client run: go run client.go -address coap.nordicsemi.academy -udpPort 5683 -dTLSPort 5684