Skip to content

Commit

Permalink
update ghwf
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettladley committed Jun 10, 2024
1 parent 94981f0 commit 3ff62e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
restore-keys: |
${{ runner.os }}-go
- name: Install Dependencies
run: cd ./backend/ && go install github.com/a-h/templ/cmd/templ@latest && go get ./...
run: cd ./backend/ && go install github.com/a-h/templ/cmd/templ@latest && templ generate && go get ./...
- name: Increase max_connections in PostgreSQL
run: |
CONTAINER_ID=$(docker ps --filter "publish=5432" --format "{{.ID}}")
Expand Down

0 comments on commit 3ff62e5

Please sign in to comment.