From 336908f721631eecb2e65f1e0fb7cf7415d6c059 Mon Sep 17 00:00:00 2001 From: Anix Date: Thu, 9 Jan 2020 00:58:27 +0530 Subject: [PATCH] chore: CI workflow fixes --- .github/workflows/CI.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 3341329..b2a85b0 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -1,4 +1,4 @@ -name: Testing the e2e jest suites +name: Testing the e2e test suites on: push: @@ -29,5 +29,5 @@ jobs: run: npm run build - name: linting run: npm run lint - - name: Jest + puppeteer end to end - run: npm run jest:e2e + - name: end to end + run: npm run test:e2e