We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ada659 commit 791fb50Copy full SHA for 791fb50
.github/workflows/run_integration_tests.yml
@@ -16,14 +16,14 @@ on:
16
jobs:
17
run_integration_tests:
18
runs-on: ubuntu-latest
19
- services:
20
- mysql:
21
- image: mysql:latest
22
- env:
23
- MYSQL_ROOT_PASSWORD: root
24
- ports:
25
- - 3306
26
- options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
+ # services:
+ # mysql:
+ # image: mysql:latest
+ # env:
+ # MYSQL_ROOT_PASSWORD: root
+ # ports:
+ # - 3306
+ # options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
27
steps:
28
- uses: actions/checkout@v4
29
- name: Restore BYOND cache
0 commit comments