From 5700b5bc1a0ed04d30a6336dfa27a9193c50bb61 Mon Sep 17 00:00:00 2001 From: Samuel Nichols Date: Thu, 22 Feb 2024 14:14:58 -0700 Subject: [PATCH] ls --- .github/workflows/integration_tests.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index 73f0a72b..f27f72b0 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -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