Skip to content

Commit 2e1a083

Browse files
committed
Fix automated tests
1 parent 205ef84 commit 2e1a083

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/push.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ jobs:
4040
--health-retries 10
4141
4242
steps:
43+
- name: Install SVN
44+
- run: sudo apt-get install -y subversion
45+
4346
- name: Checkout code
4447
uses: actions/checkout@v4
4548

0 commit comments

Comments
 (0)