Job container GitHub action can be used for CI jobs, which involves setting up environment, downloading dependencies libraries etc. Instead suitable container images can be used to run the job and those steps can be skipped. name: CI on: push: ...
jeason.hashnode.dev2 min readNo responses yet.