Skip to content

Commit

Permalink
Added print statement in the test
Browse files Browse the repository at this point in the history
  • Loading branch information
fcaretti committed Jun 14, 2024
1 parent 5a85872 commit e04e744
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
snakefile: workflow/Snakefile
args: "--lint"


Testing:
runs-on: ubuntu-latest
needs:
Expand All @@ -39,6 +40,9 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: List .test directory contents
run: ls -R .test

- name: Test workflow
uses: snakemake/[email protected]
with:
Expand Down

0 comments on commit e04e744

Please sign in to comment.