From a62832815a242175475a2f114b7fde6ce83ac7fa Mon Sep 17 00:00:00 2001 From: ellynoize Date: Mon, 13 Jan 2025 14:55:33 +0300 Subject: [PATCH] add install svn in make --- .github/workflows/woo.yml | 4 +--- Makefile | 1 + 2 files changed, 2 insertions(+), 3 deletions(-) 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)