I am trying to create a GitHub Action that initializes the ChromaDB server which serves in port 8000 and exposes that to the rest of the workflow. Cu ...
I am trying to create a GitHub Action that initializes the ChromaDB server which serves in port 8000 and exposes that to the rest of the workflow. Cu ...
For a React project, I put in place a CI with Cypress end-to-end tests on Github Actions. Here is the issue: my tests pass locally they all fai ...
Converting a draft PR into a ready-for-review PR does not remove old/stale workflow runs. I have set the following pull_request types in the workflow ...
I used to have a GitHub Actions workflow configured like this: I was interested in switching my trigger to a PR approval instead, so I changed it t ...
I am running a deploy workflow for azure and getting the following error. any idea what is it complaining about It deployed the pod and the pod is ...
With the matrix strategy and two jobs like those below, the first job runs a "matrix" of possible configurations in parallel, and when all of them suc ...
I am using github actions to run my liquibase deployments. I have variables that I want to substitute into my liquibase script during deployment the l ...
Following is the step in the Github workflow of repository A The github action throws the following error: I have specified following permission ...
I am setting up a python code quality workflow locally (pre-commit) and on Github Actions (GHA). Environment is managed with poetry. While the local ...
I have a GIT repo in which I have two folders which are managed with some GH actions and forwarded to GH pages. The first folder (name it data/) conta ...
I am trying to build CI/CD pipelines using GitHub Actions but unfortunately, I am stuck with an error with the yaml file. Here is my Yaml file is: ...
I created a workflow file in master branch and all other release branches and test/devbranches branched out from master, got their own this workflow f ...
I want to update a section of the README file in a github repo using github actions. The section of the README is clearly marked with a comment: < ...
how do I source this file which is in another repo. here is the GitHub action workflow example which is used in another project. I used the same code, ...
I have been working on setting up an integration pipeline, such that I can quickly build new APK files for android phones when I push a new version to ...
I have a Github Actions job that copies data from 6 S3 buckets to another 6 S3 buckets. The problem is that the process takes about 30 minutes to comp ...
I'm trying to get some CI/CD experience with GitHub Actions to put on my resume so I tried to automate the publication/release process of my python pa ...
Currently I can push to my remote repository (from local), which updates the remote origin master branch. I can see the changes immediately in github. ...
I published a private package to my organizations github repository. When I try to deploy a lambda through github actions that uses this package, I ge ...
I have a workflow in Github Actions with a workflow_dispatch event trigger. I expect a string input in json format. The workflow's yml looks something ...