File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 }}
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.
You can’t perform that action at this time.
0 commit comments