Skip to content

Commit

Permalink
fix: remove formatting checks in iOS e2e tests (#9377)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyokone committed Aug 18, 2022
1 parent 4591d72 commit fe7d51d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/e2e_tests.yaml
Expand Up @@ -178,11 +178,6 @@ jobs:
FLUTTER_DRIVE_EXIT_CODE=$?
xcrun simctl shutdown "$SIMULATOR"
exit $FLUTTER_DRIVE_EXIT_CODE
- name: "Swift Format Check"
if: ${{ success() || failure() }}
run: |
swiftformat .
./.github/workflows/scripts/validate-formatting.sh
macos:
runs-on: macos-latest
Expand Down

0 comments on commit fe7d51d

Please sign in to comment.