mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-08 23:18:10 -05:00
Fix Github Actions Unit-Test.yml (#10133)
This commit is contained in:
4
.github/workflows/Unit-Test.yml
vendored
4
.github/workflows/Unit-Test.yml
vendored
@@ -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 && \
|
||||
|
||||
Reference in New Issue
Block a user