Skip to content

Commit 34fa4f8

Browse files
committed
Add tests for the writer
1 parent 6b27ddf commit 34fa4f8

File tree

4 files changed

+1476
-0
lines changed

4 files changed

+1476
-0
lines changed

.github/workflows/run-tests.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
with:
1616
timezoneLinux: "Europe/Berlin"
1717
- uses: actions/checkout@v4
18+
- name: Install xmllint
19+
run: sudo apt-get update && sudo apt-get install -y libxml2-utils
1820
- name: Set up Python ${{ matrix.python-version }}
1921
uses: actions/setup-python@v4
2022
with:

0 commit comments

Comments
 (0)