Update test.yml

This commit is contained in:
Barry McCormick
2025-05-25 18:31:46 -07:00
committed by GitHub
parent 90b801e19b
commit e521ffe247

View File

@@ -9,16 +9,12 @@ jobs:
if: ${{ github.event.pull_request.base.ref == 'master' }} if: ${{ github.event.pull_request.base.ref == 'master' }}
runs-on: ubuntu-latest runs-on: ubuntu-latest
name: BastilleBSD testing name: BastilleBSD testing
env:
MYTOKEN : ${{ secrets.MYTOKEN }}
MYTOKEN2: "value2"
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Test in FreeBSD - name: Test in FreeBSD
id: test id: test
uses: vmactions/freebsd-vm@v1 uses: vmactions/freebsd-vm@v1
with: with:
envs: 'MYTOKEN MYTOKEN2'
usesh: true usesh: true
prepare: | prepare: |
pkg install -y git pkg install -y git