Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Neilpang committed Nov 20, 2023
1 parent 181eeec commit 6b72a81
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ jobs:
MYTOKEN2: "value2"
SEC_VBOX : ${{ secrets.SEC_VBOX }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Test in FreeBSD
id: test
uses: vmactions/freebsd-vm@main
uses: vmactions/freebsd-vm@6933933611
with:
envs: 'MYTOKEN MYTOKEN2'
prepare: |
Expand All @@ -60,7 +60,7 @@ jobs:
tree $HOME/work/
- name: Test NAT
run:
ssh -p 10022 root@localost "uname -a;whoami;pwd"
ssh -p 10022 root@localhost "uname -a;whoami;pwd"

test:
strategy:
Expand All @@ -74,10 +74,10 @@ jobs:
MYTOKEN2: "value2"
SEC_VBOX : ${{ secrets.SEC_VBOX }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Test in FreeBSD
id: test
uses: vmactions/freebsd-vm@main
uses: vmactions/freebsd-vm@6933933611
with:
envs: 'MYTOKEN MYTOKEN2'
prepare: |
Expand All @@ -99,7 +99,7 @@ jobs:
freebsd-version
- name: Test NAT
run:
ssh -p 10022 root@localost "uname -a;whoami;pwd"
ssh -p 10022 root@localhost "uname -a;whoami;pwd"



Expand Down

0 comments on commit 6b72a81

Please sign in to comment.