From a8e719a744bd7b3f5c58016e7ada346f3456e731 Mon Sep 17 00:00:00 2001 From: Priyanshu Verma Date: Thu, 4 Jul 2024 19:56:30 +0530 Subject: [PATCH] fix cmd for ping --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index cf35959..8e14751 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -27,7 +27,7 @@ jobs: flutter-version: '3.19.5' - name: Test Connectivity run: | - ping -c 10 jiosaavn.com + ping jiosaavn.com - name: Dependencies install run: flutter pub get - name: Test For Windows