Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce abort-after-seconds #19

Merged
merged 7 commits into from
Oct 21, 2020

Commits on Oct 3, 2020

  1. Introduce abort-after-seconds

    This has similar behavior to continue-after-seconds, but instead of
    continuing, it aborts the step with a failure.
    
    Resolves softprops#18
    GMNGeoffrey committed Oct 3, 2020
    Configuration menu
    Copy the full SHA
    0e1e145 View commit details
    Browse the repository at this point in the history
  2. Generate Minified JS

    GMNGeoffrey committed Oct 3, 2020
    Configuration menu
    Copy the full SHA
    29d51c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ca42aac View commit details
    Browse the repository at this point in the history
  4. npm ls for debugging

    GMNGeoffrey committed Oct 3, 2020
    Configuration menu
    Copy the full SHA
    ef464f9 View commit details
    Browse the repository at this point in the history
  5. Revert "npm ls for debugging"

    This reverts commit ef464f9.
    GMNGeoffrey committed Oct 3, 2020
    Configuration menu
    Copy the full SHA
    fb9aa63 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2020

  1. Fix assert.rejects check

    Co-authored-by: Jonny Arnold <jonny.arnold89@gmail.com>
    GMNGeoffrey and jonnyarnold authored Oct 21, 2020
    Configuration menu
    Copy the full SHA
    20cd7d8 View commit details
    Browse the repository at this point in the history
  2. Format

    GMNGeoffrey committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    a4b25a5 View commit details
    Browse the repository at this point in the history