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 authored and Neilpang committed Sep 7, 2024
1 parent fb186a9 commit 175a844
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
port: 8000
- name: Test in FreeBSD
id: test
uses: vmactions/freebsd-vm@e318be6a9b43c311b54c8abf3d3067fa81d0c39d
uses: vmactions/freebsd-vm@8aaefcde38018ab102a8f0ed5474e86b30a541c2
with:
envs: 'DEBUG MYTOKEN MYTOKEN2'
prepare: |
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
- uses: actions/checkout@v4
- name: Test in FreeBSD
id: test
uses: vmactions/freebsd-vm@e318be6a9b43c311b54c8abf3d3067fa81d0c39d
uses: vmactions/freebsd-vm@8aaefcde38018ab102a8f0ed5474e86b30a541c2
with:
envs: 'MYTOKEN MYTOKEN2'
prepare: |
Expand All @@ -110,6 +110,10 @@ jobs:
whoami
env
freebsd-version
sysctl hw.model
sysctl hw.ncpu
sysctl hw.physmem
sysctl hw.usermem
- name: Test NAT
run:
echo "TEST_ENV=$TEST_ENV"
Expand Down

0 comments on commit 175a844

Please sign in to comment.