From 09d131130431cd2c4de80f48213bcdfe7fbf2ed8 Mon Sep 17 00:00:00 2001 From: Corey Peterson Date: Tue, 19 Sep 2023 16:27:31 -0400 Subject: [PATCH] updates test workflow to resolve same issue --- .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 4c3cecc..d7a4191 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,4 +21,4 @@ jobs: - run: npm install -g yarn - run: yarn install # - run: yarn test-ci - - run: yarn build \ No newline at end of file + - run: yarn build-dev \ No newline at end of file