Redis – GitHub Actions: How to run jobs in a container
I try to transfer my projects CI to GitHub Actions. For integration tests I need to start and access redis container. I am using info from this article. So code looks like this build-artifacts: name: Build artifacts runs-on: ubuntu-latest services:…