diff --git a/.github/workflows/woo.yml b/.github/workflows/woo.yml index 42c9833..131013c 100644 --- a/.github/workflows/woo.yml +++ b/.github/workflows/woo.yml @@ -93,7 +93,9 @@ jobs: env: WP_VERSION: ${{ matrix.wp }} WC_VERSION: ${{ matrix.wc }} - run: make install + run: | + apt install subversion -y + make install - name: Run tests env: diff --git a/Makefile b/Makefile index 33e17be..40b20b0 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,6 @@ compile_pot: install: mkdir -p coverage - sudo apt update && sudo apt install -y subversion bash tests/bin/install.sh $(DB_NAME) $(DB_USER) $(DB_HOST) $(DB_PASS) $(WP_VERSION) $(WC_VERSION) test: