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