TractorZoom / sam-cli-action

Github Action to build, package, and deploy serverless applications using the AWS SAM CLI.
18 stars 9 forks source link

Fail command #20

Open aubelsb2 opened 3 years ago

aubelsb2 commented 3 years ago

Description

Added a fail command to help developers interrogate the container when there is a failure. Due to limitations in accessibility in github actions.

Adds Feature or Fixes: # (issue)

Screenshots/GIFs/usage example

            - name: sam build
              uses: aubelsb2/sam-cli-action@master
              with:
                  sam_command: "build --debug"
                  fail_command: "more /github/home/.npm/_logs/*"