Skip to content

Commit

Permalink
pubmed jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushi.agrawal authored and ayushi.agrawal committed Nov 20, 2023
1 parent c7d8a4c commit a574ce5
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/on_pr_1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -391,10 +391,13 @@ jobs:
- name: Install dependencies
working-directory: scripts/generate-references
run: npm install

- name: Run generate-references

- name: Generate references
working-directory: scripts/generate-references
run: |
echo "TODO: Run generate-references and attach output TSV to PR"
node index.js
# where are generated files placed
ls -R
- name: Report on pubmed
id: report
Expand Down

0 comments on commit a574ce5

Please sign in to comment.