Skip to content

Commit

Permalink
Rename cache directory in action
Browse files Browse the repository at this point in the history
  • Loading branch information
wardle committed Oct 19, 2023
1 parent d00f110 commit 10ba766
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-live-uk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: clojure -M:dev:check

- name: Create TRUD cache directory
run: mkdir download
run: mkdir trud

- name: Write out TRUD API key from secrets
run: echo ${{ secrets.TRUD_API_KEY }} >> api-key.txt
Expand All @@ -51,10 +51,10 @@ jobs:

- name: Install latest distributions for the UK
if: steps.cache-db.outputs.cache-hit != 'true'
run: clojure -M:run --db snomed.db install uk.nhs/sct-clinical --api-key api-key.txt --cache-dir download
run: clojure -M:run --db snomed.db install uk.nhs/sct-clinical --api-key api-key.txt --cache-dir trud

- name: Remove downloaded files
run: rm -rf download
run: rm -rf trud

- name: Index database
if: steps.cache-db.outputs.cache-hit != 'true'
Expand Down

0 comments on commit 10ba766

Please sign in to comment.