mirror of
https://github.com/nektos/act.git
synced 2026-04-26 01:15:51 +03:00
[GH-ISSUE #5860] Cannot connect to Postgres Database #1268
Labels
No labels
area/action
area/cli
area/docs
area/image
area/runner
area/workflow
backlog
confirmed/not-planned
kind/bug
kind/discussion
kind/external
kind/feature-request
kind/question
meta/duplicate
meta/invalid
meta/need-more-info
meta/resolved
meta/wontfix
meta/workaround
needs-work
pull-request
review/not-planned
size/M
size/XL
size/XXL
stale
stale-exempt
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/act#1268
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @JalenEvans on GitHub (Jun 30, 2025).
Original GitHub issue: https://github.com/nektos/act/issues/5860
Bug report info
Command used with act
Describe issue
Background
I am new to GitHub Actions in general and found this recently to test my workflows locally before I commit and push them to use in my CI. I am using the VS Code extension (GituHb Local Actions) apposed to the CLI.
The stack I am currently using is React, Express, Node.js, and PostgresSQL. This is my first time using any of these technologies so I may not be able to help much with questions.
The current workflow I am having issues with is testing API endpoints through my express server and Postgres database with Jest.
The Issue
I believe I have everything correct in my workflow (have googled plenty and had ChatGPT look through it also) but whenever I run it through the extension it fails for the reason stated below.
Inspecting of the Docker Container while its running has shown that my secrets and .env variables are passing correctly and are what they should be.
If anyone has any insight or solutions they would be much appreciated. Thank you.
Link to GitHub repository
https://github.com/JalenEvans/Wins-Per-Minute
Workflow content
Relevant log output
Additional information
Only included the verbose outputs Start server & Run backend tests. If any more logs are requested I will gladly provide them.
Thank you.