From 7594dabf893bd7794fa17f53a5f21f22bba883da Mon Sep 17 00:00:00 2001 From: Nicola Racco Date: Wed, 12 Jul 2023 14:40:25 +0200 Subject: [PATCH] temp disable tests step --- .github/workflows/npm-publish.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index e997a9e..502292a 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -5,18 +5,18 @@ on: types: [created] jobs: - build: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - uses: actions/setup-node@v3 - with: - node-version: 18 - - run: npm ci - - run: npm test + # build: + # runs-on: ubuntu-latest + # steps: + # - uses: actions/checkout@v3 + # - uses: actions/setup-node@v3 + # with: + # node-version: 18 + # - run: npm ci + # - run: npm test publish-npm: - needs: build + # needs: build runs-on: ubuntu-latest steps: - uses: actions/checkout@v3