From 6195c9d7ba4114aaa9452159151c2b71f8515fb5 Mon Sep 17 00:00:00 2001 From: Samuel Nichols Date: Thu, 22 Feb 2024 14:29:13 -0700 Subject: [PATCH] Simplify --- .github/workflows/integration_tests.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index 1616729e..cfd46e32 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -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: @@ -56,5 +51,4 @@ jobs: - name: Run Integration Tests run: | - ls make test