Skip to content

Commit

Permalink
updated ci
Browse files Browse the repository at this point in the history
  • Loading branch information
nokibul committed Mar 26, 2024
1 parent 596bbe5 commit 42e0b1b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/first-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@ jobs:
build:
runs-on: ubuntu-latest

services:
image: postges:latest
ports:
- 5432:5432
env:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
POSTGRES_DB: postgres

steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit 42e0b1b

Please sign in to comment.