Skip to content

Commit fe7d51d

Browse files
authored
fix: remove formatting checks in iOS e2e tests (#9377)
1 parent 4591d72 commit fe7d51d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/e2e_tests.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -178,11 +178,6 @@ jobs:
178178
FLUTTER_DRIVE_EXIT_CODE=$?
179179
xcrun simctl shutdown "$SIMULATOR"
180180
exit $FLUTTER_DRIVE_EXIT_CODE
181-
- name: "Swift Format Check"
182-
if: ${{ success() || failure() }}
183-
run: |
184-
swiftformat .
185-
./.github/workflows/scripts/validate-formatting.sh
186181
187182
macos:
188183
runs-on: macos-latest

0 commit comments

Comments
 (0)