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

Tests: Adds reporter that shows JS test errors on GitHub when executing GitHub workflows #31041

Merged
merged 22 commits into from Apr 23, 2021

Commits on Apr 21, 2021

  1. Add JS Based GHA Reporter

    ockham committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    beeb94d View commit details
    Browse the repository at this point in the history
  2. Make it TS

    ockham committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    a4c33b5 View commit details
    Browse the repository at this point in the history
  3. Add dummy unit test

    ockham committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    adf6a33 View commit details
    Browse the repository at this point in the history
  4. Revert "Make it TS"

    This reverts commit a4c33b5.
    ockham committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    87c162d View commit details
    Browse the repository at this point in the history
  5. Minor cleanup

    ockham committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    d7b38ed View commit details
    Browse the repository at this point in the history
  6. Ignore ESLint

    ockham committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    6e3aaf6 View commit details
    Browse the repository at this point in the history
  7. Fix Node 12 issue

    ockham committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    61f6b08 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    52a24a2 View commit details
    Browse the repository at this point in the history
  9. Don't be so greedy

    ockham committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    ea464c2 View commit details
    Browse the repository at this point in the history
  10. Revert "Try removing the GITHUB_WORKSPACE path"

    This reverts commit 52a24a2.
    ockham committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    5d3e378 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2021

  1. Configuration menu
    Copy the full SHA
    9962fa2 View commit details
    Browse the repository at this point in the history
  2. Move to ./config, kebab-case

    ockham committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    753981f View commit details
    Browse the repository at this point in the history
  3. Plural, to match filename

    ockham committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    9e83a1b View commit details
    Browse the repository at this point in the history
  4. Bail early if not in GHA

    ockham committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    68dfa7e View commit details
    Browse the repository at this point in the history
  5. Revert "Add dummy unit test"

    This reverts commit adf6a33.
    ockham committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    e17d77e View commit details
    Browse the repository at this point in the history
  6. Restore null check

    ockham committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    6a0ba19 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9afeae2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    414085e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1996153 View commit details
    Browse the repository at this point in the history
  10. Scripts: Add Changelog entry

    ockham committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    f98d6c7 View commit details
    Browse the repository at this point in the history
  11. REVERT ME: e2e test failure

    ockham committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    e7a5c22 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2021

  1. Configuration menu
    Copy the full SHA
    b45e102 View commit details
    Browse the repository at this point in the history