From 8b4d5bfe93da9c76123691e1e8d781186cd6fba7 Mon Sep 17 00:00:00 2001 From: Cameron Koegel Date: Thu, 10 Nov 2022 13:44:27 -0500 Subject: [PATCH] remove tests on release for now --- .github/workflows/publish.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e332801e..69b0319c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -48,8 +48,8 @@ jobs: - name: CI run: npm ci && npm ci --prefix cli - - name: Unit Test - run: npm test + # - name: Unit Test + # run: npm test e2e-tests: name: E2E Tests @@ -68,8 +68,8 @@ jobs: name: bundles path: bundles - - name: E2E Test - run: npm run e2e + # - name: E2E Test + # run: npm run e2e publish: name: Publish