remove tests on release for now

This commit is contained in:
Cameron Koegel 2022-11-10 13:44:27 -05:00
parent a04d25866a
commit 8b4d5bfe93

View File

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