action-incus setup Incus Server in GitHub Actions
name: build
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: bdx0/action-incus@v1
- name: Launch instance
run: |
lxc launch images:ubuntu/focal build-server
Setup Incus is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.