From f64df3dcf1a0c0572fcad7c0bacdbb032f88f3da Mon Sep 17 00:00:00 2001 From: Michael Kaye <1917473+michaelkaye@users.noreply.github.com> Date: Thu, 22 Jun 2023 09:18:17 +0100 Subject: [PATCH] Fix typo in github action config. --- .github/workflows/test.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 5143f30..06dccc2 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -18,4 +18,5 @@ jobs: run: "yarn run test" - name: Upload to codecov uses: codecov/codecov-action@v3 - flags: unittests + with: + flags: unittests