Skip to content

Commit 02d1bde

Browse files
committed
add breakpoint
1 parent c50d698 commit 02d1bde

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

.github/workflows/pants.yaml

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,11 @@ jobs:
1616
# Replace with your profile label https://namespace.so/docs/features/faster-github-actions#using-runner-profiles
1717
- namespace-profile-default
1818
- namespace-profile-default-arm64
19-
# - ubuntu-22.04
20-
# - ubuntu-22.04-arm
19+
- ubuntu-22.04
20+
- ubuntu-22.04-arm
2121
python-version: [3.9]
2222
fail-fast: false
23-
runs-on:
24-
- ${{ matrix.runner }}
25-
- namespace-features:privileged;host-pid-namespace
23+
runs-on: ${{ matrix.runner }}
2624
steps:
2725
- uses: actions/checkout@v4
2826
# - name: Set up remote cache
@@ -59,9 +57,9 @@ jobs:
5957
# We also smoke test that our release process will work by running `package`.
6058
pants package ::
6159
pants run helloworld/:pex_binary
62-
# - name: Upload pants log
63-
# uses: namespace-actions/upload-artifact@v1
64-
# with:
65-
# name: pants-log-${{ matrix.runner }}
66-
# path: .pants.d/workdir/pants.log
67-
# if: always() # We want the log even on failures.
60+
61+
- name: Breakpoint
62+
uses: namespacelabs/breakpoint-action@v0
63+
with:
64+
duration: 15m
65+
authorized-users: edganiukov,hugosantos,n-g,htr,nichtverstehen,gmichelo

0 commit comments

Comments
 (0)