From 0393f832f4dc6e632241004b72b7f9582ffc076e Mon Sep 17 00:00:00 2001 From: Robert McGovern Date: Mon, 6 Feb 2023 14:49:26 +0000 Subject: [PATCH] Updated GH workflow to use demo As I don't support testing yet, I've updated the github action to use "demo". Which will at least catch if I submit a build that won't build the files. --- .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 cf31d19..7892ca0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,6 +18,6 @@ jobs: node-version: ${{ matrix.node }} # cache: npm - run: npm install - - run: npm test + - run: npm demo env: YARN_GPG: no