Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Neilpang committed Nov 21, 2023
1 parent 8a2d710 commit 66eba06
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- uses: actions/checkout@v4
- name: Test in FreeBSD
id: test
uses: vmactions/freebsd-vm@6947df4f1fb093759d1d629d08943c1a2cc75ca4
uses: vmactions/freebsd-vm@8a2d710ef3fb154c4585706952fae4d871979f90
with:
envs: 'MYTOKEN MYTOKEN2'
prepare: |
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
- uses: actions/checkout@v4
- name: Test in FreeBSD
id: test
uses: vmactions/freebsd-vm@6947df4f1fb093759d1d629d08943c1a2cc75ca4
uses: vmactions/freebsd-vm@8a2d710ef3fb154c4585706952fae4d871979f90
with:
envs: 'MYTOKEN MYTOKEN2'
prepare: |
Expand Down
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ waitForBooting() {

showDebugInfo() {
echo "==================Debug Info===================="
pwd && ls -lah
pwd && ls -lah && sudo ps aux
bash -c 'pwd && ls -lah ~/.ssh/ && [ -e "~/.ssh/config" ] && cat ~/.ssh/config'
cat $_conf_filename

Expand Down

0 comments on commit 66eba06

Please sign in to comment.