1 2 3 4 5 6 7 8 9 10 11 12 13
# action.yml name: 'Integration Environment' description: 'Minimal environment for integration testing' inputs: test-to-run: description: 'Name of the shell script to rum' required: true runs: using: 'docker' image: 'Dockerfile' args: - ${{ inputs.test-to-run }}