Skip to content

Commit

Permalink
add vmactions/freebsd
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Mar 19, 2024
1 parent 7b8a896 commit 0785298
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,28 @@ jobs:
- name: Setup Bats
run: git submodule update --init --recursive
- name: bats test
run: ./test/bats/bin/bats test
run: ./test/bats/bin/bats test

freebsd:
runs-on: ubuntu-latest
name: A job to run test in FreeBSD
env:
MYTOKEN : ${{ secrets.MYTOKEN }}
MYTOKEN2: "value2"
steps:
- uses: actions/checkout@v4
- name: Test in FreeBSD
id: test
uses: vmactions/freebsd-vm@v1
with:
envs: 'MYTOKEN MYTOKEN2'
usesh: true
prepare: |
pkg install -y curl
run: |
pwd
ls -lah
whoami
env
freebsd-version

0 comments on commit 0785298

Please sign in to comment.