We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b971332 commit 4781b65Copy full SHA for 4781b65
.github/workflows/_integration.yml
@@ -13,7 +13,7 @@ jobs:
13
integration-db:
14
image: ghcr.io/diamondlightsource/scaup-backend-db:master
15
ports:
16
- - 3306:3306
+ - 5432:5432
17
strategy:
18
matrix:
19
python-version: ["3.12", "3.13"]
0 commit comments