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 5d2e360 commit f4c713eCopy full SHA for f4c713e
.github/workflows/tests.yml
@@ -0,0 +1,26 @@
1
+---
2
+name: Web server integration tests
3
+
4
+on:
5
+ pull_request:
6
+ branches:
7
+ - master
8
9
+jobs:
10
+ container-job:
11
+ runs-on: ubuntu-latest
12
+ steps:
13
+ - name: Setup ddev
14
+ uses: jonaseberle/github-action-setup-ddev@v1
15
+ run: ddev --help
16
+# services:
17
+# mysql:
18
+# image: mysql:5.7
19
+# env:
20
+# MYSQL_DATABASE: testdb
21
+# MYSQL_USER: testdb
22
+# MYSQL_PASSWORD: mysqlpass
23
+# MYSQL_ROOT_PASSWORD: mysqlpass
24
+# ports:
25
+# - 3306:3306
26
+# options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
0 commit comments