Skip to content

Commit

Permalink
Change the ci.yml location to workflows folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Besufekad-HAZ committed Jul 18, 2024
1 parent b6bf89a commit f51dd7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
env:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: 12345
port:["5432:5432"]
ports: ["5432:5432"]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit f51dd7e

Please sign in to comment.