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 }}