Skip to content

Commit

Permalink
feature add to get holidays #2 mod actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
kynmh69 committed Mar 10, 2024
1 parent d38e052 commit 3b1664f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,16 @@ jobs:

test-api:
runs-on: ubuntu-latest
services:
postgres:
image: postgres:16
env:
POSTGRES_USER: app
POSTGRES_PASSWORD: password
POSTGRES_DB: unittest
ports:
- 5432:5432
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 3b1664f

Please sign in to comment.