Il Sub Bang
Il Sub Bang
@gbbr Would you help me with this?
Thanks @knusbaum!
Could you please try this? ```yaml run-name: ${{ github.actor }} is running tests on: [push] jobs: test-server-side: runs-on: ubuntu-latest env: COMPOSER_VERSION: 2 steps: - name: checkout to current branch uses:...
I finished my test, and `--abort-on-container-exit` option works :) You can see my test result from here: https://github.com/isbang/compose-action/actions/runs/3433196670/jobs/5723270770 Screen Shot It is working because [PDMLab/docker-compose](https://github.com/PDMLab/docker-compose) library has been made that...