Skip to content

Commit

Permalink
Merge pull request #150 from riparias/PietrH-patch-action-raw-in-memory
Browse files Browse the repository at this point in the history
Place fetch and mapping scripts in same step
  • Loading branch information
PietrH authored Jan 22, 2024
2 parents a77f672 + 5b23647 commit b23e37c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/fetch-data_mapping.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,11 @@ jobs:
cache: true
needs: check

- name: Fetch data
- name: Fetch data and map to DwC
env:
ratopwd: ${{ secrets.RATOPWD }}
run: |
source("src/run_fetch_data.R")
shell: Rscript {0}

- name: Mapping to DwC
run: |
source("src/run_dwc_mapping.R")
shell: Rscript {0}

Expand Down

0 comments on commit b23e37c

Please sign in to comment.