From 8a56859110e1e6989ad4be07f845ac7a626c5094 Mon Sep 17 00:00:00 2001 From: metonym Date: Wed, 29 Sep 2021 11:51:28 -0700 Subject: [PATCH] ci: update test run name [ci skip] --- .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 252b92b1..634a6b65 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,5 +10,5 @@ jobs: yarn yarn build:api yarn build:lib - - name: Validate TypeScript definitions + - name: Run unit tests and validate TypeScript definitions run: yarn test