Skip to content

Commit

Permalink
Add test for file write
Browse files Browse the repository at this point in the history
  • Loading branch information
nictru committed Apr 9, 2024
1 parent 316016a commit 4c9f817
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ jobs:

- name: Run pipeline
run: |
cp -r ${GITHUB_WORKSPACE}/example . && \
cd example/${{ matrix.PROFILE }} && \
nextflow run ${GITHUB_WORKSPACE} -profile docker,${{ matrix.PROFILE }}
touch test.txt && \
./run.sh

0 comments on commit 4c9f817

Please sign in to comment.