Skip to content

Commit

Permalink
chore: add BSD pipeline
Browse files Browse the repository at this point in the history
For integration tests.

Signed-off-by: Pranshu Srivastava <[email protected]>
  • Loading branch information
rexagod committed Oct 19, 2024
1 parent e6a9cfb commit 9d41549
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .github/workflows/freebsd.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: FreeBSD CI

on:
push:
branches:
- master
pull_request:
branches:
- master

permissions:
contents: read

jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v4

- name: Setup environment
uses: prometheus/promci/actions/[email protected]

- name: Setup FreeBSD
uses: vmactions/freebsd-vm@v1
with:
usesh: true
run: |
freebsd-version
make test-e2e

0 comments on commit 9d41549

Please sign in to comment.