Skip to content

Commit 526f6cd

Browse files
committed
Swift: skip print_unextracted
1 parent 2daa001 commit 526f6cd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

swift/actions/build-and-test/action.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ runs:
4444
mkdir -p bazel-cache/{repository,disk}
4545
echo build --repository_cache=bazel-cache/repository --disk_cache=bazel-cache/disk > local.bazelrc
4646
echo test --test_output=errors >> local.bazelrc
47-
- name: Print unextracted entities
48-
shell: bash
49-
run: |
50-
bazel run //swift/extractor/print_unextracted
47+
# - name: Print unextracted entities
48+
# shell: bash
49+
# run: |
50+
# bazel run //swift/extractor/print_unextracted
5151
- uses: ./swift/actions/share-extractor-pack
5252
- name: Build Swift extractor
5353
shell: bash

0 commit comments

Comments
 (0)