add install svn in make
This commit is contained in:
parent
31bc6c1476
commit
a62832815a
2 changed files with 2 additions and 3 deletions
4
.github/workflows/woo.yml
vendored
4
.github/workflows/woo.yml
vendored
|
@ -93,9 +93,7 @@ jobs:
|
|||
env:
|
||||
WP_VERSION: ${{ matrix.wp }}
|
||||
WC_VERSION: ${{ matrix.wc }}
|
||||
run: |
|
||||
sudo apt install subversion -y
|
||||
make install
|
||||
run: make install
|
||||
|
||||
- name: Run tests
|
||||
env:
|
||||
|
|
1
Makefile
1
Makefile
|
@ -27,6 +27,7 @@ compile_pot:
|
|||
msgfmt resources/pot/retailcrm-es_ES.pot -o src/languages/retailcrm-es_ES.mo
|
||||
|
||||
install:
|
||||
sudo apt install subversion
|
||||
mkdir -p coverage
|
||||
bash tests/bin/install.sh $(DB_NAME) $(DB_USER) $(DB_HOST) $(DB_PASS) $(WP_VERSION) $(WC_VERSION)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue