Skip to content

Commit

Permalink
Merge pull request #2 from ikalnytskyi/cleanup
Browse files Browse the repository at this point in the history
Some clean-up
  • Loading branch information
ikalnytskyi authored Feb 13, 2022
2 parents 58a9f46 + c0331d1 commit 36c6663
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ jobs:
python3 -m pip install --upgrade pip pytest psycopg
python3 -m pytest -vv test_action.py
env:
PGPORT: 34837
CONNECTION_URI: ${{ steps.postgres.outputs.connection-uri }}
EXPECTED_CONNECTION_URI: postgresql://yoda:GrandMaster@localhost:34837/jedi_order
shell: bash
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ inputs:
default: postgres
required: false
port:
description: The server port.
default: 5432
description: The server port to listen on.
default: "5432"
required: false
outputs:
connection-uri:
Expand Down

0 comments on commit 36c6663

Please sign in to comment.