install svn
This commit is contained in:
parent
28a07318d0
commit
ee8a824eda
2 changed files with 3 additions and 2 deletions
4
.github/workflows/woo.yml
vendored
4
.github/workflows/woo.yml
vendored
|
@ -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:
|
||||
|
|
1
Makefile
1
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:
|
||||
|
|
Loading…
Add table
Reference in a new issue