Skip to content

Commit

Permalink
Updating the RODARE path
Browse files Browse the repository at this point in the history
  • Loading branch information
pcagas committed Jun 7, 2024
1 parent f68e28a commit a8a2a0a
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/cpu-tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: CPU tests

on:
workflow_dispatch:
pull_request:
# Trigger on pull requests to master or develop that are
# marked as "ready for review" (non-draft PRs)
Expand Down Expand Up @@ -174,16 +175,16 @@ jobs:
shell: 'bash -c "docker exec -i mala-cpu bash < {0}"'
run: |
# Download test data repository from RODARE. If the version changes
# this URL has to be adapted (the number after /record/ and the
# this URL has to be adapted (the number after /record/ and the
# version have to be incremented)
wget "https://rodare.hzdr.de/record/2999/files/mala-project/test-data-1.8.0.zip"
wget "https://rodare.hzdr.de/record/3004/files/mala-project/test-data-1.8.1.zip"
# Once downloaded, we have to unzip the file. The name of the root
# folder in the zip file has to be updated for data repository
# updates as well - the string at the end is the hash of the data
# repository commit.
unzip -q test-data-1.8.0.zip
mv mala-project-test-data-d5694c7 mala_data
# updates as well - the string at the end is the hash of the data
# repository commit.
unzip -q test-data-1.8.1.zip
mv mala-project-test-data-741eda6 mala_data
- name: Test mala
shell: 'bash -c "docker exec -i mala-cpu bash < {0}"'
Expand Down

0 comments on commit a8a2a0a

Please sign in to comment.