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 fb8d6e8 commit fd102cfCopy full SHA for fd102cf
.github/workflows/dub.yml
@@ -158,5 +158,7 @@ jobs:
158
159
- name: Run Example (MySQL 5.7)
160
working-directory: ./examples/homePage
161
+ env:
162
+ PORT: ${{ job.services.mysql.ports[3306] }}
163
run: |
- ./example "host=localhost;port=3306;user=testuser;pwd=passw0rd;db=testdb"
164
+ ./example "host=localhost;port=$PORT;user=testuser;pwd=passw0rd;db=testdb"
0 commit comments