We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34c4438 commit 4aacfefCopy full SHA for 4aacfef
2 files changed
.github/workflows/test_containers.yml
@@ -3,8 +3,8 @@ name: tests containers
3
on:
4
# workflow_dispatch
5
push:
6
- # branches: [ master ]
7
- branches: [ disabled ]
+ branches: [ master ]
+ # branches: [ disabled ]
8
paths-ignore:
9
- '.gitignore'
10
- '.readthedocs.yaml'
biobb_cp2k/test/conf.yml
@@ -24,7 +24,7 @@ cp2k_run_docker:
24
ref_output_log_path: file:test_reference_dir/cp2k/cp2k_run_out.log
25
properties:
26
container_path: docker
27
- container_image: quay.io/biocontainers/biobb_cp2k:5.2.1--pyhdfd78af_0
+ container_image: quay.io/openeuler/cp2k
28
container_volume_path: /tmp
29
30
cp2k_run_singularity:
0 commit comments