diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e84d88c..7998f44 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,14 +62,6 @@ jobs: - run: npm ci - name: Testes com cobertura run: npm run test:coverage - - run: npm run build - - uses: actions/upload-artifact@v4 - with: - name: dist - path: | - main.js - manifest.json - styles.css - uses: actions/upload-artifact@v4 if: always() with: