Skip to content

Commit

Permalink
small x instead of capital X plus remove BUILD_DIR before each run
Browse files Browse the repository at this point in the history
  • Loading branch information
ajm-asiaa committed Dec 12, 2023
1 parent caf62bf commit 14f136a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/icd_tests_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
run: |
SRC_DIR=$GITHUB_WORKSPACE/source
BUILD_DIR=$GITHUB_WORKSPACE/build-${{ matrix.os_version }}
rm -rf $BUILD_DIR
mkdir -p $BUILD_DIR
apptainer exec --bind $GITHUB_WORKSPACE:$GITHUB_WORKSPACE --pwd $SRC_DIR ${{ matrix.image }} /bin/bash -c "\
git submodule update --init --recursive && \
Expand Down Expand Up @@ -161,7 +162,7 @@ jobs:
echo 'carta_backend started with PID: $CARTA_BACKEND_PID' && \
# Run ICD tests
pwd && ls && \
cd ICD-RXJS && \
cd ICD-RxJS && \
pwd && ls && \
TEST_FILES=$(cat ICD_test_stages/${TEST_STAGE}.tests) && \
for test_file in $TEST_FILES; do
Expand Down

0 comments on commit 14f136a

Please sign in to comment.