Skip to content

Commit 39bf68d

Browse files
committed
More actions improvements
1 parent 0abb786 commit 39bf68d

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

.github/workflows/code_quality.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# This does code inspection and checks to make sure building of docs works
22

3+
name: Code Quality
4+
35
on:
46
push:
57
branches: [development, maintenance]

.github/workflows/docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Builds the doc in PRs
22

3+
name: Docs Build
4+
35
on:
46
push:
57
branches: [development, maintenance]

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v5
2121

22-
- name: Install xvfb
22+
# xvfb is used to run "headless" by providing a virtual X server
23+
# ffmpeg is used for handling mp3 files in some of our tests
24+
- name: Install xvfb and ffmpeg
2325
run: sudo apt-get install xvfb
2426

2527
- name: Setup Python

0 commit comments

Comments
 (0)