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

install svn

This commit is contained in:
ellynoize 2025-01-13 14:28:39 +03:00
parent 28a07318d0
commit ee8a824eda
2 changed files with 3 additions and 2 deletions

View file

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

View file

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