We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ad4f78 commit 273b302Copy full SHA for 273b302
.github/workflows/ci.yml
@@ -35,18 +35,3 @@ jobs:
35
shell: bash
36
run: |
37
bazelisk test //:all_integration_tests
38
-
39
- - name: Test Simple Example with Poorly Formatted Code Change
40
- shell: bash
41
- run: |
42
- cd examples/simple
43
- cp main.swift main.swift.orig
44
- # The spaces at the front of the statement should be removed by the formatter.
45
- echo " let bar = 2" >> main.swift
46
- # Format the Swift files and copy them back to the workspace
47
- bazelisk run //:update_all
48
- # This should succeed now that the formatted files have been updated
49
- bazelisk test //...
50
- # Revert the code change
51
- cp main.swift.orig main.swift
52
0 commit comments