1
0
Fork 0
mirror of synced 2025-04-02 21:36:14 +03:00

add install svn in make

This commit is contained in:
ellynoize 2025-01-13 14:55:33 +03:00
parent 31bc6c1476
commit a62832815a
2 changed files with 2 additions and 3 deletions

View file

@ -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:

View file

@ -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)