We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a92e8c commit b1fa791Copy full SHA for b1fa791
.github/workflows/integration-tests-postgres.yml
@@ -37,7 +37,7 @@ jobs:
37
# https://docs.github.com/en/actions/using-containerized-services/about-service-containers#mapping-docker-host-and-service-container-ports
38
ports:
39
# <host port>:<container port>
40
- - "5432:5432"
+ - '5432:5432'
41
steps:
42
- name: Clone source code
43
uses: actions/[email protected] # https://github.com/actions/checkout
0 commit comments