From bb86d6120f8f1d80fd32ad25c2e705a72dc38bb4 Mon Sep 17 00:00:00 2001 From: Joe Banks Date: Mon, 12 Oct 2020 13:58:35 +0100 Subject: Fix tests --- .github/workflows/test_and_lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/test_and_lint.yml b/.github/workflows/test_and_lint.yml index 86ac818..c8d9949 100644 --- a/.github/workflows/test_and_lint.yml +++ b/.github/workflows/test_and_lint.yml @@ -30,7 +30,7 @@ jobs: - name: Install dependencies run: yarn install - - name: Install dependencies + - name: Run tests run: yarn test -- cgit v1.2.3