I want to run some test cases on GitHub action when pull request is sent. I have some env variables which are used in various files. I faced an issue to read env variables from only one file, which is docker-compose.yml.
how can I read that within GitHub action?
my docker-compose.yml
and action.yml
files are here:
https://gist.github.com/ashiqdev/21781af493f156aca32313b68aedbc74