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.
2 parents 58a9f46 + c0331d1 commit 36c6663Copy full SHA for 36c6663
.github/workflows/ci.yml
@@ -58,7 +58,6 @@ jobs:
58
python3 -m pip install --upgrade pip pytest psycopg
59
python3 -m pytest -vv test_action.py
60
env:
61
- PGPORT: 34837
62
CONNECTION_URI: ${{ steps.postgres.outputs.connection-uri }}
63
EXPECTED_CONNECTION_URI: postgresql://yoda:GrandMaster@localhost:34837/jedi_order
64
shell: bash
action.yml
@@ -18,8 +18,8 @@ inputs:
18
default: postgres
19
required: false
20
port:
21
- description: The server port.
22
- default: 5432
+ description: The server port to listen on.
+ default: "5432"
23
24
outputs:
25
connection-uri:
0 commit comments