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 2daa001 commit 526f6cdCopy full SHA for 526f6cd
swift/actions/build-and-test/action.yml
@@ -44,10 +44,10 @@ runs:
44
mkdir -p bazel-cache/{repository,disk}
45
echo build --repository_cache=bazel-cache/repository --disk_cache=bazel-cache/disk > local.bazelrc
46
echo test --test_output=errors >> local.bazelrc
47
- - name: Print unextracted entities
48
- shell: bash
49
- run: |
50
- bazel run //swift/extractor/print_unextracted
+ # - name: Print unextracted entities
+ # shell: bash
+ # run: |
+ # bazel run //swift/extractor/print_unextracted
51
- uses: ./swift/actions/share-extractor-pack
52
- name: Build Swift extractor
53
shell: bash
0 commit comments