From 146840e09fc8c100d03c79f12839ea535b730376 Mon Sep 17 00:00:00 2001 From: Aaron Dodson Date: Mon, 14 Jun 2021 18:54:13 +0000 Subject: [PATCH] Updated CI config to run new simplified test target. --- .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 a6b02f13f..f00730990 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,7 +37,7 @@ jobs: run: source ./tests/scripts/setup_osx_env.sh - name: Run - run: npm run test:run + run: npm run test env: CI: true