Skip to content

Commit

Permalink
copy entire test-utils folder (devcontainers#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuanianji authored Dec 19, 2024
1 parent ee20328 commit 0a448e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/smoke-test/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ if [ -d "${TEST_DIR}" ] ; then
DEST_DIR="${SRC_DIR}/test-project"
mkdir -p ${DEST_DIR}
cp -Rp ${TEST_DIR}/* ${DEST_DIR}
cp test/test-utils/test-utils.sh ${DEST_DIR}
cp -Rp test/test-utils/* ${DEST_DIR}
fi

export DOCKER_BUILDKIT=1
Expand Down

0 comments on commit 0a448e2

Please sign in to comment.