From 4770392f3e9db90781c192d8fee5866e7e221ef4 Mon Sep 17 00:00:00 2001 From: USAMA Date: Wed, 5 Mar 2025 14:57:37 +0530 Subject: [PATCH 1/6] Update publish.yml --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 7c1fa45..a472c0b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -55,6 +55,6 @@ jobs: flutter pub publish --dry-run - name: Publish Package - if: github.ref == 'refs/heads/master' && contains(github.event.head_commit.message, 'release') + if: contains(github.event.head_commit.message, 'release') run: | yes | flutter pub publish From e7a0a37c76f94667100cf0de518ed258d8cd28f3 Mon Sep 17 00:00:00 2001 From: USAMA Date: Wed, 5 Mar 2025 14:58:10 +0530 Subject: [PATCH 2/6] release From 31b940975f7ef93004a3bd0d022589228a52e565 Mon Sep 17 00:00:00 2001 From: USAMA Date: Wed, 5 Mar 2025 15:39:02 +0530 Subject: [PATCH 3/6] new release --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a472c0b..27a2fa2 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,4 +1,4 @@ - +G name: Run Test Cases And Publish Package on: [pull_request] From 0a6a9e5c49510fa6f644fbd1037888dae6a8e642 Mon Sep 17 00:00:00 2001 From: USAMA Date: Wed, 5 Mar 2025 15:40:24 +0530 Subject: [PATCH 4/6] new release --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 27a2fa2..a472c0b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,4 +1,4 @@ -G + name: Run Test Cases And Publish Package on: [pull_request] From 3d9cd536787bdffe2bbe9d630c160bde94f0f3be Mon Sep 17 00:00:00 2001 From: USAMA Date: Wed, 5 Mar 2025 17:22:27 +0530 Subject: [PATCH 5/6] Update test_play.dart --- example/SampleProject/integration_test/test_play.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/SampleProject/integration_test/test_play.dart b/example/SampleProject/integration_test/test_play.dart index dfe02c0..05b9e4d 100644 --- a/example/SampleProject/integration_test/test_play.dart +++ b/example/SampleProject/integration_test/test_play.dart @@ -24,7 +24,7 @@ void main() { // Enter Room ID and tap OK. await enterRoomId(tester, '24x7test'); - await tester.pumpAndSettle(const Duration(seconds: 30)); + await tester.pumpAndSettle(const Duration(seconds: 45)); // Verify the content of the SnackBar. final callEndIcon = find.byIcon(Icons.call_end); From c710327f2e967773ec5d7a5cc83b20b94d93e7d5 Mon Sep 17 00:00:00 2001 From: USAMA Date: Thu, 6 Mar 2025 12:56:28 +0530 Subject: [PATCH 6/6] Update test_play.dart --- example/SampleProject/integration_test/test_play.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/SampleProject/integration_test/test_play.dart b/example/SampleProject/integration_test/test_play.dart index 05b9e4d..7569eac 100644 --- a/example/SampleProject/integration_test/test_play.dart +++ b/example/SampleProject/integration_test/test_play.dart @@ -24,7 +24,7 @@ void main() { // Enter Room ID and tap OK. await enterRoomId(tester, '24x7test'); - await tester.pumpAndSettle(const Duration(seconds: 45)); + await tester.pumpAndSettle(const Duration(seconds: 60)); // Verify the content of the SnackBar. final callEndIcon = find.byIcon(Icons.call_end);