mirror of
https://github.com/BastilleBSD/bastille.git
synced 2025-12-11 01:19:52 +01:00
Update test.yml
This commit is contained in:
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@@ -9,16 +9,12 @@ jobs:
|
||||
if: ${{ github.event.pull_request.base.ref == 'master' }}
|
||||
runs-on: ubuntu-latest
|
||||
name: BastilleBSD testing
|
||||
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 git
|
||||
|
||||
Reference in New Issue
Block a user