Skip to content

Commit 791fb50

Browse files
committed
Test
1 parent 2ada659 commit 791fb50

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/run_integration_tests.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ on:
1616
jobs:
1717
run_integration_tests:
1818
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
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
2727
steps:
2828
- uses: actions/checkout@v4
2929
- name: Restore BYOND cache

0 commit comments

Comments
 (0)