From d3b6cfce8447c874fea3c375768933e3066be408 Mon Sep 17 00:00:00 2001 From: Richard Moore Date: Fri, 30 Sep 2022 19:40:33 -0400 Subject: [PATCH] admin: update for CI --- .github/workflows/test-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-ci.yml b/.github/workflows/test-ci.yml index 2308ad3c2..4e3326f9f 100644 --- a/.github/workflows/test-ci.yml +++ b/.github/workflows/test-ci.yml @@ -17,7 +17,7 @@ jobs: node-version: [ 16.x, 18.x ] test-type: [ esm, commonjs ] - name: Run Tests (node: ${{ matrix.node-version }}, type: ${{ matrix.test-type }}) + #name: Run Tests (node: ${{ matrix.node-version }}, type: ${{ matrix.test-type }}) steps: - name: Use Node.js ${{ matrix.node-version }}