Skip to content

Commit

Permalink
Simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
Snicker7 authored Feb 22, 2024
1 parent 4cc8015 commit 6195c9d
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,11 @@ jobs:
sudo apt-get install -y gcc g++ bowtie2 samtools libsys-hostname-long-perl
pip install ydiff
- name: Create directory for copied files
- name: Create directory for files
run: |
ls
mkdir ../CRISPResso2_copy
ls
- name: Copy files to new directory
run: |
cp -r * ../CRISPResso2_copy
- name: Copy C2_tests repo
uses: actions/checkout@master
with:
Expand All @@ -56,5 +51,4 @@ jobs:

- name: Run Integration Tests
run: |
ls
make test

0 comments on commit 6195c9d

Please sign in to comment.