From d4fe7966a76893368ccc679e9ab2d66d2c974f88 Mon Sep 17 00:00:00 2001 From: cgewecke Date: Sun, 19 Apr 2020 16:47:28 -0700 Subject: [PATCH] Fix mosaic_e2e job error when CI run for fork PR --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 24627ec78df..8d07060f92f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -59,7 +59,7 @@ jobs: - run: bash ./scripts/install.sh - run: bash ./scripts/ci.sh - continue-on-error: ${{ matrix.testCmd == 'e2e_ganache' || matrix.testCmd == 'e2e_mosiac' }} + continue-on-error: ${{ matrix.testCmd == 'e2e_ganache' || matrix.testCmd == 'e2e_mosaic' }} - name: Send coverage reports to Coveralls if: env.TEST == 'unit_and_e2e_clients'