mirror of
https://github.com/ovh/the-bastion.git
synced 2025-01-27 10:07:54 +08:00
chore: fix GitHub actions under freebsd
This commit is contained in:
parent
5f4832d203
commit
340ebd0bec
1 changed files with 3 additions and 3 deletions
6
.github/workflows/freebsd.yml
vendored
6
.github/workflows/freebsd.yml
vendored
|
@ -6,13 +6,13 @@ on:
|
|||
|
||||
jobs:
|
||||
freebsd:
|
||||
runs-on: macos-10.15
|
||||
runs-on: macos-12
|
||||
name: FreeBSD
|
||||
if: ${{ contains(github.event.pull_request.labels.*.name, 'tests:full') || contains(github.event.pull_request.labels.*.name, 'tests:long') || contains(github.event.pull_request.labels.*.name, 'tests:freebsd') }}
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: Functional tests under FreeBSD
|
||||
uses: vmactions/freebsd-vm@main
|
||||
uses: vmactions/freebsd-vm@v0
|
||||
with:
|
||||
usesh: true
|
||||
sync: sshfs
|
||||
|
|
Loading…
Reference in a new issue