Skip to content

Commit 9689fc9

Browse files
committed
Try fixing our E2E tests by installing SVN
1 parent 1bedf6d commit 9689fc9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build-release-zip.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ jobs:
3939
run: |
4040
npm run build
4141
42+
- name: Install SVN
43+
run: |
44+
sudo apt-get update
45+
sudo apt-get install subversion
46+
4247
- name: Generate ZIP file
4348
uses: 10up/action-wordpress-plugin-build-zip@stable
4449
env:

0 commit comments

Comments
 (0)