We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a4e73b commit 2173e60Copy full SHA for 2173e60
.github/workflows/master.yml
@@ -22,6 +22,8 @@ jobs:
22
- 3306:3306
23
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
24
steps:
25
+ - name: Setup Subversion
26
+ run: sudo apt install subversion
27
- name: Checkout
28
uses: actions/checkout@v2
29
- name: Setup PHP
0 commit comments