Skip to content

Commit

Permalink
Generated from base-vm
Browse files Browse the repository at this point in the history
  • Loading branch information
Generate.yml committed Sep 10, 2024
1 parent 21e723a commit 475602b
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ jobs:
envs: 'DEBUG MYTOKEN MYTOKEN2'
prepare: |
pkgutil -y -i socat
mem: 2048
release: ${{ matrix.release }}
nat: |
"10022": "22"
Expand All @@ -69,6 +68,22 @@ jobs:
exit 1
fi
echo "TEST_ENV=abc" >>${GITHUB_ENV}
if [ -n "test" ]; then
echo "false"
fi
if [ "test" ]; then
echo "test"
fi
pwd
ls -lah
whoami
env
psrinfo -vp
cat /etc/release
psrinfo -v
echo "::memstat" | mdb -k
echo "OK"
- name: Test NAT
run:
echo "TEST_ENV=$TEST_ENV"
Expand All @@ -95,7 +110,7 @@ jobs:
envs: 'MYTOKEN MYTOKEN2'
prepare: |
pkgutil -y -i socat
mem: 2048
mem: 4096
release: ${{ matrix.release }}
nat: |
"10022": "22"
Expand Down

0 comments on commit 475602b

Please sign in to comment.