chore(ci): run forgejo jobs on lxc bookworm containers
Some checks failed
CI / Backend Linting & Type Checking (push) Failing after 0s
CI / Frontend Type Checking & Linting (push) Failing after 0s
CI / Backend Tests (push) Has been skipped

This commit is contained in:
Piotr Oleszczyk 2026-03-07 01:21:50 +01:00
parent 5d69a976c4
commit 90000a7e2c
2 changed files with 8 additions and 0 deletions

View file

@ -14,6 +14,8 @@ jobs:
backend-lint:
name: Backend Linting & Type Checking
runs-on: lxc
container:
image: debian:bookworm
steps:
- name: Checkout code
uses: actions/checkout@v4
@ -52,6 +54,8 @@ jobs:
frontend-check:
name: Frontend Type Checking & Linting
runs-on: lxc
container:
image: debian:bookworm
steps:
- name: Checkout code
uses: actions/checkout@v4
@ -83,6 +87,8 @@ jobs:
backend-test:
name: Backend Tests
runs-on: lxc
container:
image: debian:bookworm
# Disabled for now since tests are not integrated yet
if: false
steps: