Skip to content

Commit 87e823e

Browse files
pauldreikPaul Dreik
authored andcommitted
add debian bookworm to ci
1 parent f86108b commit 87e823e

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: debian bookworm
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
- devel
8+
pull_request:
9+
10+
11+
jobs:
12+
container-test-job:
13+
runs-on: ubuntu-latest
14+
container:
15+
image: debian:bookworm-slim
16+
steps:
17+
- name: Check for dockerenv file
18+
run: (ls /.dockerenv && echo Found dockerenv) || (echo No dockerenv)

0 commit comments

Comments
 (0)