Skip to content

Commit

Permalink
fix: add more debugging, change filename reference
Browse files Browse the repository at this point in the history
  • Loading branch information
botanical committed Nov 22, 2024
1 parent b4d7bed commit 39ff891
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,9 +208,11 @@ jobs:
runs-on: ubuntu-latest
needs: publish-new-datasets
steps:
- name: Print current directory and print contents
- name: Print current directory
run: pwd
ls -al

- name: Print contents
run: ls -al

- name: Use output from dataset-publication-and-configuration

Expand All @@ -225,7 +227,7 @@ jobs:
pip install -r scripts/requirements.txt
for file in "${PUBLISHED_COLLECTION_FILES[@]}"
do
python3 scripts/mdx.py "$file"
python3 scripts/generate-mdx.py "$file"
done
open-veda-config-pr:
Expand Down

0 comments on commit 39ff891

Please sign in to comment.