Skip to content

Commit

Permalink
Disable integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alisaifee committed Feb 3, 2024
1 parent 981e957 commit b93a98c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b93a98c

Please sign in to comment.