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 5184828 commit a8aee5cCopy full SHA for a8aee5c
.github/workflows/type-snapshot.yml
@@ -49,7 +49,7 @@ jobs:
49
bazel build --disk_cache=~/bazel-disk-cache --strip=always --remote_cache=https://bazel:${{ secrets.BAZEL_CACHE_KEY }}@bazel-remote-cache.devprod.cloudflare.dev --config=ci --config=release_linux //types:types
50
- name: Check snapshot diff
51
run: |
52
- diff -r bazel-bin/types/definitions/ types/generated-snapshot > types.diff
+ diff -r types/generated-snapshot bazel-bin/types/definitions/ > types.diff
53
- name: 'Put diff on the environment'
54
if: failure()
55
id: types_diff
0 commit comments