Skip to content

Commit 255f249

Browse files
committed
👷 Updating CI/CD Pipeline
1 parent 0e0497d commit 255f249

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,15 @@ jobs:
6666
run: |
6767
meson test --print-errorlogs -C build
6868
rm -rf build
69+
70+
tests:
71+
runs-on: ubuntu-latest
6972

73+
container:
74+
image: 'debian:stable'
75+
76+
steps:
77+
- name: Running tests...
78+
run: |
79+
meson test --verbose --print-errorlogs -C build
80+
rm -rf build

0 commit comments

Comments
 (0)