mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
Add build check to Github Actions, and make getrealdeps.rb failure trigger crew error (#9319)
* Add build check to Github Actions, and make getrealdeps.rb failure trigger crew abort Signed-off-by: Satadru Pramanik <satadru@gmail.com> * bump version Signed-off-by: Satadru Pramanik <satadru@gmail.com> --------- Signed-off-by: Satadru Pramanik <satadru@gmail.com>
This commit is contained in:
committed by
GitHub
parent
05c58e76c3
commit
4921e4656e
6
.github/workflows/Unit-Test.yml
vendored
6
.github/workflows/Unit-Test.yml
vendored
@@ -21,4 +21,8 @@ jobs:
|
||||
yes | crew install vim && \
|
||||
yes | crew remove vim && \
|
||||
cd ../tests && \
|
||||
./prop_test"
|
||||
./prop_test && \
|
||||
cd ~ && \
|
||||
git clone --depth=1 https://github.com/chromebrew/chromebrew.git build_test && \
|
||||
cd build_test && \
|
||||
yes | crew build -f packages/hello_world_chromebrew.rb"
|
||||
|
||||
Reference in New Issue
Block a user