Skip to content

Commit

Permalink
Works test for spacing and all fields
Browse files Browse the repository at this point in the history
  • Loading branch information
emgeier authored Nov 8, 2024
1 parent 889a8bd commit 237cb9e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,11 @@ jobs:
- name: Specify specific Works XML files
run: |
echo "./data/works/tei/315.xml" > xml_files.txt
# echo "./data/works/tei/9501.xml" > xml_files.txt
# echo "./data/works/tei/9723.xml" > xml_files.txt
# echo "./data/works/tei/9724.xml" > xml_files.txt
# echo "./data/works/tei/10510.xml" > xml_files.txt
# echo "./data/works/tei/10511.xml" > xml_files.txt
echo "./data/works/tei/9501.xml" > xml_files.txt
echo "./data/works/tei/9723.xml" > xml_files.txt
echo "./data/works/tei/9724.xml" > xml_files.txt
echo "./data/works/tei/10510.xml" > xml_files.txt
echo "./data/works/tei/10511.xml" > xml_files.txt
echo "Processing specified XML files:"
cat xml_files.txt
Expand Down

0 comments on commit 237cb9e

Please sign in to comment.