Skip to content

Commit 299fd6e

Browse files
committed
Add tests for the writer
1 parent 66d5276 commit 299fd6e

4 files changed

Lines changed: 1503 additions & 0 deletions

File tree

.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)