You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nemo.apache.org by je...@apache.org on 2022/11/08 02:25:49 UTC

[incubator-nemo] branch master updated (b07ac3450 -> 49a49cc59)

This is an automated email from the ASF dual-hosted git repository.

jeongyoon pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nemo.git


    from b07ac3450 [MINOR] Fix failing builds (#341)
     add 49a49cc59 [MINOR] Gradually migrate from travis to GitHub actions (#340)

No new revisions were added by this update.

Summary of changes:
 .asf.yaml                        |     9 +-
 .github/workflows/maven.yml      |    59 +
 .github/workflows/node.js.yml    |    49 +
 .github/workflows/sonarcloud.yml |    85 +
 README.md                        |     2 +
 webui/package-lock.json          | 10432 ++++++++++++-------------------------
 6 files changed, 3541 insertions(+), 7095 deletions(-)
 create mode 100644 .github/workflows/maven.yml
 create mode 100644 .github/workflows/node.js.yml
 create mode 100644 .github/workflows/sonarcloud.yml