Skip to content

Commit 80a7234

Browse files
committed
Even more printing
1 parent b93b03e commit 80a7234

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: .github/workflows/main.yml

+5
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,11 @@ jobs:
5858
ls -R .test/config
5959
echo "Listing contents of .test/data directory:"
6060
ls -R .test/data
61+
echo "Running Snakemake with the following environment:"
62+
env
63+
echo "Using Snakemake command: snakemake --directory '.test' --snakefile 'workflow/Snakefile' --dry-run --use-conda --show-failed-logs --cores 3 --conda-cleanup-pkgs cache --all-temp"
64+
snakemake --directory '.test' --snakefile 'workflow/Snakefile' --dry-run --use-conda --show-failed-logs --cores 3 --conda-cleanup-pkgs cache --all-temp
65+
echo "Snakemake execution completed"
6166
- name: Test report
6267
uses: snakemake/[email protected]
6368
with:

0 commit comments

Comments
 (0)