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 Oct 6, 2024
1 parent bd89f6c commit e8a47d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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@76cc845ac2f01b5a7c25cd8d21f9d08175e774c8
uses: vmactions/freebsd-vm@0274b8a26962aef6f3021aefd543819b477f46a9
with:
envs: 'DEBUG MYTOKEN MYTOKEN2'
prepare: |
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
[ "$TEST_ENV" = "abc" ]
ssh -vvv -p 10022 -i $HOME/.ssh/host.id_rsa root@localhost "uname -a;whoami;pwd"
- name: Test custom shell
shell: {{VM_OS_NAME}} {0}
shell: freebsd {0}
run: |
pwd
cd $GITHUB_WORKSPACE;
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
- uses: actions/checkout@v4
- name: Test in FreeBSD
id: test
uses: vmactions/freebsd-vm@76cc845ac2f01b5a7c25cd8d21f9d08175e774c8
uses: vmactions/freebsd-vm@0274b8a26962aef6f3021aefd543819b477f46a9
with:
envs: 'MYTOKEN MYTOKEN2'
prepare: |
Expand Down

0 comments on commit e8a47d3

Please sign in to comment.