Skip to content

Commit

Permalink
Update update-registry.yml - change order of files added
Browse files Browse the repository at this point in the history
  • Loading branch information
OliviaLynn authored Apr 5, 2024
1 parent 3a1deef commit c8d3bcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
rm -f "$REGISTRY_FILE"
- name: Add files to registry
run: |
python scripts/add_to_registry.py alloutputkeys.txt "$REGISTRY_FILE"
for data_dir in examples/ ext/ filt/ opa/ sed/ test_fit/ tools/ vega/; do
python scripts/add_to_registry.py "$data_dir" "$REGISTRY_FILE"
done
python scripts/add_to_registry.py alloutputkeys.txt "$REGISTRY_FILE"
- name: Cat new registry file
run :
cat "$REGISTRY_FILE"
Expand Down

0 comments on commit c8d3bcf

Please sign in to comment.