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

GitHub actions format #315

Merged
merged 10 commits into from
Aug 26, 2023
Merged

GitHub actions format #315

merged 10 commits into from
Aug 26, 2023

Commits on Aug 25, 2023

  1. Add run action

    dnephin committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    d3266ff View commit details
    Browse the repository at this point in the history
  2. Add github actions format

    dnephin committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    128d3bf View commit details
    Browse the repository at this point in the history
  3. Add skip output to testname

    dnephin committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    6989927 View commit details
    Browse the repository at this point in the history
  4. Use local map of output

    So that output of passed tests is available
    dnephin committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    3bd6d96 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8f74f08 View commit details
    Browse the repository at this point in the history
  6. Removing framing lines

    Also fix package line
    dnephin committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    10f00c8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    70249b4 View commit details
    Browse the repository at this point in the history
  8. Fix test failure in github actions

    Don't assume the default format
    dnephin committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    62b821f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f814ba5 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2023

  1. Restore default format

    Only use github-actions format if format is set to testname. The current default
    pkgname is much more compact. Maybe we could add a github-actions-pkgname format
    in the future that folds the entire package.
    
    For now it seems safe to use github-actions instead of pkgname if the GITHUB_ACTIONS
    environment variable is set.  If someone really wants the output expanded by default
    they can unset or overwrite that env var for the 'gotestsum' process.
    dnephin committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    2913209 View commit details
    Browse the repository at this point in the history