From c519e73a2c2ccd5f8a722b4c2d092b079bdb354d Mon Sep 17 00:00:00 2001 From: vivishno <64971172+vivishno@users.noreply.github.com> Date: Thu, 20 Aug 2020 14:03:56 +0530 Subject: [PATCH 1/3] Update ci.yml --- .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 167d77cdf..096c18eb0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,7 +4,7 @@ on: - master push: branches: - - master + - master jobs: build_test_job: From 793f4dd078b7c1386dd4ff9bae282e30218f4f30 Mon Sep 17 00:00:00 2001 From: vivishno <64971172+vivishno@users.noreply.github.com> Date: Thu, 20 Aug 2020 14:12:43 +0530 Subject: [PATCH 2/3] Create main.test.ts --- __tests__/main.test.ts | 1 + 1 file changed, 1 insertion(+) create mode 100644 __tests__/main.test.ts diff --git a/__tests__/main.test.ts b/__tests__/main.test.ts new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/__tests__/main.test.ts @@ -0,0 +1 @@ + From 437205dacc816440d2b739fe64a31e22cc911e40 Mon Sep 17 00:00:00 2001 From: vivishno <64971172+vivishno@users.noreply.github.com> Date: Thu, 20 Aug 2020 15:20:36 +0530 Subject: [PATCH 3/3] Update ci.yml --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 096c18eb0..3d4714e19 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,8 +20,11 @@ jobs: - name: 'Validate build' run: | + pwd npm install npm run build + ls + pwd - name: 'Run L0 tests' run: |