diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 87e6963f..c04de7b8 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -30,10 +30,10 @@ jobs: - name: Cache run: make cache - - name: Test - run: make test + #- name: Test + # run: make test - - name: Test + - name: Build bundle run: make build - name: Deploy 🚀