Skip to content

Commit

Permalink
r
Browse files Browse the repository at this point in the history
  • Loading branch information
neil committed Feb 9, 2024
1 parent 431dc7d commit 40397b8
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/shell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,7 @@ jobs:
"8000": "80"
envs: 'TestingDomain TEST_PREFERRED_CHAIN TEST_ACME_Server INPUT_*'
sync: no
run: |
pwd
ls -lah
whoami
env
uname -a

- name: Sleep
run: for i in $(seq 1 10) ; do echo $i; sleep 1; done
- uses: neilpang/debugger-action@master
Expand Down

0 comments on commit 40397b8

Please sign in to comment.