Skip to main content
-2 votes
1 answer
19 views

I am trying to set up a manual trigger in GitHub Actions so that I can build and release artifacts on demand. I have added the workflow_dispatch trigger with a boolean input to my workflow file, but ...
Drax's user avatar
  • 87
0 votes
0 answers
19 views

I am refactoring my CI/CD pipeline by dividing a large workflow into multiple files for better maintainability. I want the first workflow to run unit tests, and if it succeeds, trigger a second ...
Drax's user avatar
  • 87
0 votes
0 answers
30 views

I want to create a gitstream.cm file in the root of our repo, so that when I push a feature to GitHub, it prepopulates the PR description. It should prepopulate the following in the PR: PR title PR ...
Reena Verma's user avatar
  • 1,685
-3 votes
0 answers
104 views

GitHub Actions tests are failing with a "Permission denied" message while trying to open a TCP port within a TCPListener class; the CI log can be found here. Workflow config is located here, ...
Michael Ushakov's user avatar
-1 votes
1 answer
55 views

I want to be able to release a binary whenever I push a tag. This is my release workflow: name: Release on: push: tags: - 'v*' env: BUILD_TYPE: Release jobs: build-and-release: ...
srdg's user avatar
  • 593
0 votes
0 answers
35 views

I’m getting started with contributing to pandas and began by looking at issues under the Docs label. I’ve successfully forked the pandas repository, set up the local development environment, and I’m ...
Sanker's user avatar
  • 87
Advice
0 votes
3 replies
72 views

I want to know how to upload my project to GitHub and then deploy to render. In my folder there are folders and single files like src/index.html Problem is I can't upload folders so after all all my ...
Oybek Eshmuradov's user avatar
-3 votes
1 answer
90 views

I'm doing an assignment for University using Spring Boot, Junit and GitHub. I'm having an error when pushing to my repo that start build and test GitHub Actions. Here is the stack trace of the error I ...
Gwendal Ars's user avatar
1 vote
0 answers
51 views

I'm trying to connect to a Java applications running in GitHub Actions with the Java Remote Debugger (JDB) over SSH. Take a simple GitHub Actions workflow that: opens an SSH connection to allow ...
JackPGreen's user avatar
  • 1,158
-9 votes
0 answers
46 views

I have two Github accounts one for my personal use and one created for my job usage, Previously I used git bash to push my code into my repos but when I started my job I was told that I have to use my ...
Habib Mohammed Abdul Illa's user avatar
0 votes
0 answers
66 views

I have utilized the @microsoft/azure-data-factory-utilities package to validate my Data Factory resources. Although the overall validation at the end indicates that it finished with no errors, I still ...
devOriginsgt13's user avatar
0 votes
0 answers
29 views

My project works out of a monorepo and but we want to also package our software for macOS and therefore want it to be easily brew tap -able (it doesn't qualify for upstreaming to hombrew-core). We don'...
brendan's user avatar
0 votes
0 answers
34 views

I'm trying to make GitHub Actions run tests. The test projects are targeting multiple frameworks: net472/net8.0/net10.0/net10.0-windows, using xUnit.v3.mtp-v2. Here is my .github/workflows/...
Weifen Luo's user avatar
-3 votes
2 answers
103 views

I followed the instructions from here and created the app like this: npx create-next-app@latest next-demo-app --typescript --eslint --app It works totally fine locally in VS Code, by running npm run ...
chrisM's user avatar
  • 33
0 votes
0 answers
33 views

I recently converted an old winforms project's csproj to the newer sdk format. This has a bunch of resx files for all the forms in the project. Building locally and running it works great. However, ...
pfinferno's user avatar
  • 2,041

15 30 50 per page
1
2 3 4 5
750