From 3118385499663985ef1c9eb0c82719196b0f6fd0 Mon Sep 17 00:00:00 2001 From: Mark Canlas Date: Thu, 6 Jul 2023 13:21:55 -0400 Subject: [PATCH] change job name --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 40c172b..b613552 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ on: jobs: lint-and-test: - name: Continuous integration + name: Unit test runs-on: ubuntu-latest steps: - uses: actions/checkout@v3