From aad26223b16c5444b947191c780416f4c8e61a94 Mon Sep 17 00:00:00 2001 From: zomars Date: Tue, 21 Feb 2023 10:36:59 -0700 Subject: [PATCH] Update pr.yml --- .github/workflows/pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 0fb2f268e0..70659e69f9 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -43,7 +43,7 @@ jobs: uses: ./.github/workflows/check-types.yml test: - name: Type check + name: Unit tests needs: setup uses: ./.github/workflows/test.yml