Skip to content

Commit b429f4a

Browse files
committed
try PANTS_LOCAL_STORE_SHARD_COUNT=0
1 parent 98a4be4 commit b429f4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pants.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: |
4242
curl --proto '=https' --tlsv1.2 -fsSL https://static.pantsbuild.org/setup/get-pants.sh | bash
4343
which -a pants
44-
pants --print-stacktrace -ldebug --version
44+
PANTS_LOCAL_STORE_SHARD_COUNT=0 pants --print-stacktrace -ldebug --version
4545
4646
- name: Check BUILD files
4747
run: |
@@ -60,7 +60,7 @@ jobs:
6060
6161
- name: Breakpoint
6262
uses: namespacelabs/breakpoint-action@v0
63-
if: always()
63+
if: failure()
6464
with:
6565
duration: 15m
6666
authorized-users: edganiukov,hugosantos,n-g,htr,nichtverstehen,gmichelo

0 commit comments

Comments
 (0)