From bf103bc7644609222bb1769d961da33f9b88a766 Mon Sep 17 00:00:00 2001 From: TESTELIN Geoffrey Date: Sun, 19 Sep 2021 20:55:40 +0200 Subject: [PATCH] build: fix typo --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 51833baa6..7eccf7434 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,7 +27,7 @@ jobs: - uses: actions/checkout@v2 - run: | npm ci - npm run test:only-errors" + npm run test:only-errors e2e: # make sure the action works on a clean machine without building runs-on: ubuntu-latest steps: