Skip to content

Commit

Permalink
ls
Browse files Browse the repository at this point in the history
  • Loading branch information
Snicker7 authored Feb 22, 2024
1 parent 10a7eb9 commit 5700b5b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,13 @@ jobs:
- name: Create directory for copied files
run: |
mkdir CRISPResso2_copy
ls
mkdir ../CRISPResso2_copy
ls
- name: Copy files to new directory
run: |
cp -r * CRISPResso2_copy
cp -r * ../CRISPResso2_copy
- name: Copy C2_tests repo
uses: actions/checkout@master
Expand Down

0 comments on commit 5700b5b

Please sign in to comment.