Skip to content

Commit bee4b4b

Browse files
committed
Run e2e tests in CI
1 parent f6da6ad commit bee4b4b

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/actions/setup-anki/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ runs:
4545
python3-dev \
4646
rsync \
4747
unzip \
48+
xvfb \
4849
zstd
4950
5051
- name: Install rsync (Windows)

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,9 @@ jobs:
114114
just test
115115
fi
116116
117+
- name: Run e2e tests
118+
run: xvfb-run --auto-servernum just test-e2e
119+
117120
- name: Ensure libs importable
118121
env:
119122
SKIP_RUN: "1"

0 commit comments

Comments
 (0)