Browse Source

:green_heart: Fixing bolt-sdk publish CI (#139)

Danilo Guanabara 8 months ago
parent
commit
f8627ba79f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/publish-bolt-sdk.yml

+ 1 - 1
.github/workflows/publish-bolt-sdk.yml

@@ -85,7 +85,7 @@ jobs:
         run: yarn lint
 
   test:
-    needs: [clippy-lint, yarn-lint]
+    needs: [yarn-lint]
     runs-on: ubuntu-latest
 
     steps: