diff --git a/.github/workflows/build.yaml b/.github/workflows/test.yaml similarity index 98% rename from .github/workflows/build.yaml rename to .github/workflows/test.yaml index 980c3fbd..da75eda2 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/test.yaml @@ -1,7 +1,7 @@ # This is a GitHub workflow defining a set of jobs with a set of steps. # ref: https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions # -name: Build +name: Test on: pull_request: diff --git a/README.md b/README.md index 020e5dc4..2b641de7 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Jupyter Remote Desktop Proxy [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/jupyterhub/jupyter-remote-desktop-proxy/HEAD?urlpath=desktop) -[![Build](https://github.com/jupyterhub/jupyter-remote-desktop-proxy/actions/workflows/build.yaml/badge.svg)](https://github.com/jupyterhub/jupyter-remote-desktop-proxy/actions/workflows/build.yaml) +[![Test](https://github.com/jupyterhub/jupyter-remote-desktop-proxy/actions/workflows/test.yaml/badge.svg)](https://github.com/jupyterhub/jupyter-remote-desktop-proxy/actions/workflows/test.yaml) [![Latest PyPI version](https://img.shields.io/pypi/v/jupyter-remote-desktop-proxy?logo=pypi)](https://pypi.python.org/pypi/jupyter-remote-desktop-proxy) [![Issue tracking - GitHub](https://img.shields.io/badge/issue_tracking-github-blue?logo=github)](https://github.com/jupyterhub/jupyter-remote-desktop-proxy/issues) [![Help forum - Discourse](https://img.shields.io/badge/help_forum-discourse-blue?logo=discourse)](https://discourse.jupyter.org/c/jupyterhub)