-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ name: Test | |
on: [push] | ||
|
||
jobs: | ||
testfreebsd: | ||
test: | ||
runs-on: macos-12 | ||
name: A job to run test OpenBSD | ||
env: | ||
|
@@ -26,7 +26,7 @@ jobs: | |
- uses: actions/checkout@v2 | ||
- name: Test in OpenBSD | ||
id: test | ||
uses: vmactions/[email protected].4 | ||
uses: vmactions/[email protected].6 | ||
with: | ||
envs: 'MYTOKEN MYTOKEN2' | ||
usesh: true | ||
|
@@ -72,7 +72,7 @@ The code is shared from the host to the OpenBSD VM via `rsync`, you can choose t | |
- uses: actions/checkout@v2 | ||
- name: Test in OpenBSD | ||
id: test | ||
uses: vmactions/[email protected].4 | ||
uses: vmactions/[email protected].6 | ||
with: | ||
envs: 'MYTOKEN MYTOKEN2' | ||
usesh: true | ||
|
@@ -94,7 +94,7 @@ You can add NAT port between the host and the VM. | |
- uses: actions/checkout@v2 | ||
- name: Test in OpenBSD | ||
id: test | ||
uses: vmactions/[email protected].4 | ||
uses: vmactions/[email protected].6 | ||
with: | ||
envs: 'MYTOKEN MYTOKEN2' | ||
usesh: true | ||
|
@@ -114,7 +114,7 @@ The default memory of the VM is 1024MB, you can use `mem` option to set the memo | |
- uses: actions/checkout@v2 | ||
- name: Test in OpenBSD | ||
id: test | ||
uses: vmactions/[email protected].4 | ||
uses: vmactions/[email protected].6 | ||
with: | ||
envs: 'MYTOKEN MYTOKEN2' | ||
usesh: true | ||
|
@@ -132,7 +132,7 @@ It uses [the latest OpenBSD release](conf/default.release.conf) by default, you | |
- uses: actions/checkout@v2 | ||
- name: Test in OpenBSD | ||
id: test | ||
uses: vmactions/[email protected].4 | ||
uses: vmactions/[email protected].6 | ||
with: | ||
release: 6.9 | ||
... | ||
|