Skip to content

Commit

Permalink
update db host
Browse files Browse the repository at this point in the history
  • Loading branch information
probablyArth committed May 10, 2024
1 parent 1b62ebb commit 6273800
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,5 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: 1.22.2
# You can test your matrix by printing the current Go version
- name: Build planet-registry
run: make build
4 changes: 1 addition & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,16 @@ jobs:
- 5432:5432

steps:
# run steps required in the workflow
- uses: actions/checkout@v4
- name: Setup Go 1.22.2
uses: actions/setup-go@v5
with:
go-version: 1.22.2
# You can test your matrix by printing the current Go version
- name: Run tests
run: make test
env:
JWT_SECRET: secret
DB_HOST: postgresql
DB_HOST: localhost
DB_USER: postgres
DB_PASSWORD: postgres
DB_NAME: planet-registry
Expand Down

0 comments on commit 6273800

Please sign in to comment.