From b93a98c6a830409065da598762437531b6d5ba9d Mon Sep 17 00:00:00 2001 From: Ali-Akber Saifee Date: Sat, 3 Feb 2024 08:49:28 -0800 Subject: [PATCH] Disable integration tests --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f717431..3da66cc 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -44,7 +44,7 @@ jobs: echo "Reset flutter state: $RESET_STATE" bundle exec rake test - name: Run integration tests - if: github.event_name == 'push' && startsWith(github.ref, 'refs/heads/main') + if: false && github.event_name == 'push' && startsWith(github.ref, 'refs/heads/main') run: | bundle exec rake integration bundle exec rake integration