Skip to content

Commit 273b302

Browse files
authored
Removed obsolete test in CI workflow. (#48)
The test was implemented as a proper integration test in examples/change_update_all_test.sh.
1 parent 0ad4f78 commit 273b302

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -35,18 +35,3 @@ jobs:
3535
shell: bash
3636
run: |
3737
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

Comments
 (0)