Skip to content

Commit

Permalink
Remove docker build from static tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lukfor authored May 25, 2024
1 parent e1c5336 commit 696ae93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e

# test all config files in tests folder
config_files="tests/*.conf"
docker build -t genepi/nf-gwas .
# docker build -t genepi/nf-gwas .
for config_file in $config_files
do
echo "---------------------------------------------------------"
Expand Down

0 comments on commit 696ae93

Please sign in to comment.