Skip to content

Commit

Permalink
test bill
Browse files Browse the repository at this point in the history
  • Loading branch information
emgeier authored Nov 8, 2024
1 parent 99b7af7 commit 071cda0
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@ jobs:
# echo "::set-output name=updated_files::$UPDATED_FILES"
# id: files

# Step 4: Identify the first 25 XML files for testing
# - name: Identify first 25 XML files
# run: |
# find ./data/works/tei -name '*.xml' | head -n 250 > xml_files.txt
# echo "Processing the first 25 XML files:"
# cat xml_files.txt
# Step 4: Identify 25 XML files for testing
- name: Identify first 250 XML files
run: |
find ./data/bibl/tei -name '*.xml' | head -n 25 > xml_files.txt
echo "Processing 25 XML files:"
cat xml_files.txt
# - name: Specify specific Person XML files
# run: |
Expand All @@ -79,16 +79,16 @@ jobs:
# echo "Processing specified XML files:"
# cat xml_files.txt

- name: Specify specific Place XML files
run: |
echo "./data/places/tei/10.xml" > xml_files.txt
echo "./data/places/tei/78.xml" >> xml_files.txt
echo "./data/places/tei/1507.xml" >> xml_files.txt
echo "./data/places/tei/1486.xml" >> xml_files.txt
echo "./data/places/tei/104.xml" >> xml_files.txt
echo "./data/places/tei/602.xml" >> xml_files.txt
echo "Processing specified XML files:"
cat xml_files.txt
# - name: Specify specific Place XML files
# run: |
# echo "./data/places/tei/10.xml" > xml_files.txt
# echo "./data/places/tei/78.xml" >> xml_files.txt
# echo "./data/places/tei/1507.xml" >> xml_files.txt
# echo "./data/places/tei/1486.xml" >> xml_files.txt
# echo "./data/places/tei/104.xml" >> xml_files.txt
# echo "./data/places/tei/602.xml" >> xml_files.txt
# echo "Processing specified XML files:"
# cat xml_files.txt

# - name: Specify specific Works XML files
# run: |
Expand Down Expand Up @@ -168,7 +168,7 @@ jobs:
# Step 7: Upload files to S3
- name: Upload JSON file to S3
run: |
aws s3 cp bulk_data.json s3://srophe-syriaca-front-end/json-data/advancedsearchfields/bulk_data_places_.json
aws s3 cp bulk_data.json s3://srophe-syriaca-front-end/json-data/advancedsearchfields/bulk_data_bibl_.json
env:
AWS_REGION: ${{ secrets.AWS_REGION }}
AWS_ACCOUNT_ID: ${{ secrets.AWS_ACCOUNT_ID }}
Expand Down

0 comments on commit 071cda0

Please sign in to comment.