From 04b6edf997a4c19762e07382c7f73d2d1967a40c Mon Sep 17 00:00:00 2001 From: Cameron Koegel Date: Thu, 10 Nov 2022 13:51:45 -0500 Subject: [PATCH] remove ci for now --- .github/workflows/publish.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 69b0319c..faf03823 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -45,8 +45,8 @@ jobs: - name: Checkout uses: actions/checkout@v3 - - name: CI - run: npm ci && npm ci --prefix cli + # - name: CI + # run: npm ci && npm ci --prefix cli # - name: Unit Test # run: npm test @@ -59,14 +59,14 @@ jobs: - name: Checkout uses: actions/checkout@v3 - - name: CI - run: npm ci && npm ci --prefix cli + # - name: CI + # run: npm ci && npm ci --prefix cli - - name: Download bundled artifact - uses: actions/download-artifact@v3 - with: - name: bundles - path: bundles + # - name: Download bundled artifact + # uses: actions/download-artifact@v3 + # with: + # name: bundles + # path: bundles # - name: E2E Test # run: npm run e2e