diff --git a/.github/workflows/woo.yml b/.github/workflows/woo.yml index d8a2865..42c9833 100644 --- a/.github/workflows/woo.yml +++ b/.github/workflows/woo.yml @@ -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: diff --git a/Makefile b/Makefile index 40b20b0..d27e4e2 100644 --- a/Makefile +++ b/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)