Skip to content

Commit

Permalink
Add debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
thebeanogamer committed Jan 2, 2024
1 parent 3de9bbb commit b10b02e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ jobs:
runs-on: ubuntu-2204-4core

steps:
- name: Tell me things about where I'm running
run: |
set -x
ulimit -n
cat /proc/sys/kernel/pid_max
sysctl -a
- name: Checkout Multisig Repository
uses: actions/checkout@v2

Expand Down

0 comments on commit b10b02e

Please sign in to comment.