mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-08 23:18:10 -05:00
Make prop_test and cycle_test cwd-agnostic (#9498)
This commit is contained in:
committed by
GitHub
parent
8a3b80778a
commit
5d0af28461
5
.github/workflows/Unit-Test.yml
vendored
5
.github/workflows/Unit-Test.yml
vendored
@@ -20,9 +20,8 @@ jobs:
|
||||
yes | crew upgrade && \
|
||||
yes | crew install vim && \
|
||||
yes | crew remove vim && \
|
||||
cd ../tests && \
|
||||
./prop_test && \
|
||||
ruby commands/* && \
|
||||
ruby ../tests/prop_test && \
|
||||
ruby ../tests/commands/* && \
|
||||
cd ~ && \
|
||||
git clone --depth=1 https://github.com/chromebrew/chromebrew.git build_test && \
|
||||
cd build_test && \
|
||||
|
||||
Reference in New Issue
Block a user