Skip to content

Commit db036d4

Browse files
committed
test GH runners
1 parent c86b21d commit db036d4

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

.github/workflows/pants.yaml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ 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
1921
python-version: [3.9]
2022
fail-fast: false
2123
runs-on: ${{ matrix.runner }}
@@ -49,9 +51,9 @@ jobs:
4951
# We also smoke test that our release process will work by running `package`.
5052
pants package ::
5153
pants run helloworld/:pex_binary
52-
- name: Upload pants log
53-
uses: namespace-actions/upload-artifact@v1
54-
with:
55-
name: pants-log-${{ matrix.runner }}
56-
path: .pants.d/workdir/pants.log
57-
if: always() # We want the log even on failures.
54+
# - name: Upload pants log
55+
# uses: namespace-actions/upload-artifact@v1
56+
# with:
57+
# name: pants-log-${{ matrix.runner }}
58+
# path: .pants.d/workdir/pants.log
59+
# if: always() # We want the log even on failures.

0 commit comments

Comments
 (0)