Skip to content

Commit

Permalink
GitHub Actions: enable datarequest API tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lwesterhof committed Jan 8, 2025
1 parent 22fa915 commit d9b2973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/api-and-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
cd tests
nohup bash -c 'while true ; do sleep 5 ; ../yoda/docker/run-cronjob.sh copytovault >> ../copytovault.log 2>&1 ; ../yoda/docker/run-cronjob.sh publication >> ../publication.log 2>&1 ; done' &
test -d mycache || mkdir -p mycache
python3 -m pytest --skip-ui --deposit -o cache_dir=mycache --environment environments/docker.json
python3 -m pytest --skip-ui --deposit --datarequest -o cache_dir=mycache --environment environments/docker.json
cat ../copytovault.log
cat ../publication.log
Expand Down

0 comments on commit d9b2973

Please sign in to comment.