Fix Github Actions Unit-Test.yml (#10133)

This commit is contained in:
Ed Reel
2024-07-11 14:50:32 -05:00
committed by GitHub
parent 872930275b
commit 53e15e0dbc

View File

@@ -37,7 +37,7 @@ jobs:
for file in ${ALL_CHANGED_FILES}; do
ruby ../tests/prop_test $file && \
ruby ../tests/buildsystem_test $file && \
done
done && \
cd ~ && \
git clone --depth=1 https://github.com/chromebrew/chromebrew.git build_test && \
cd build_test && \
@@ -60,7 +60,7 @@ jobs:
for file in ${ALL_CHANGED_FILES}; do
ruby ../tests/prop_test $file && \
ruby ../tests/buildsystem_test $file && \
done
done && \
cd ~ && \
git clone --depth=1 https://github.com/chromebrew/chromebrew.git build_test && \
cd build_test && \