We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8952c9b commit 42f4f91Copy full SHA for 42f4f91
1 file changed
.github/workflows/run-tests-externally.yml
@@ -74,6 +74,11 @@ jobs:
74
working-directory: ./tests
75
run: bazelisk test --config=layering_check --disk_cache=${{ matrix.cache }} --profile=${{ github.workspace }}/profile.gz ${{ matrix.bazel_extra_args }} ${{ matrix.bazel_macos_args }} //...
76
77
+ - name: Print local_config_cc/BUILD
78
+ if: ${{ always() && matrix.os == 'macos-latest' }}
79
+ working-directory: ./tests
80
+ run: cat $(bazelisk info output_base)/external/local_config_cc/BUILD
81
+
82
- name: Upload test logs
83
if: always()
84
uses: actions/upload-artifact@v2
0 commit comments