Skip to content

Commit

Permalink
Update test-pipeline.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswyatt1 authored May 3, 2024
1 parent 2d1ac47 commit 3f1b619
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ jobs:
#- name: Run go expansion test (Not needed as this module is not in final pipeline [for now])
# run: nf-test test tests/modules/local/go_expansion.nf.test

- name: Download aws module test cds files
run: aws s3 cp s3://excon/data/Insect_data/fasta/* data/; aws s3 cp s3://excon/data/Insect_data/gofiles/* data/
#- name: Download aws module test cds files
# run: aws s3 cp s3://excon/data/Insect_data/fasta/* data/; aws s3 cp s3://excon/data/Insect_data/gofiles/* data/

- name: Clean workspace after finish
run: rm -rf $GITHUB_WORKSPACE/*
run: rm -rf $GITHUB_WORKSPACE/*

0 comments on commit 3f1b619

Please sign in to comment.