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' }}
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user