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

Allow post the report to job summary #68

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Aug 15, 2024

  1. Fix yarn run build

    * Upgrade yarn to 1.22.22, as asdf fails to install the 1.22.21 version due to 404.
    * Change how the github client is created according to the latest API of @actions/github.
    * Upgrade rollup versions, including rollup, rollup-plugin-node-externals, @rollup/plugin-commonjs, @rollup/plugin-node-resolve
    * Change the node package type to module, and rename the rollup.config.js to *.mjs
    * Change the geneartion file to dist/main.cjs
    * Regenerate dist/main.cjs via yarn run build
    06393993 committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    ba7700a View commit details
    Browse the repository at this point in the history
  2. Bump @actions/core version to 1.10.0

    ... which adds support to job summary.
    06393993 committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    43beaf7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9e4a99b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    24d48ff View commit details
    Browse the repository at this point in the history