diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b154dac22..9ed29e79a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,8 +25,6 @@ jobs: node-version: ${{ matrix.node-version }} cache: yarn - run: /bin/bash ./dev/prepare-ci.sh - - name: Extract artifact - run: tar -xf install-node-${{ matrix.node-version }}.tar - name: Execute SSCCE run: yarn run _test test-postgres: