diff --git a/.github/workflows/checks.yaml b/.github/workflows/checks.yaml index e22e436..1f8cfcf 100644 --- a/.github/workflows/checks.yaml +++ b/.github/workflows/checks.yaml @@ -31,9 +31,6 @@ jobs: - name: Run linters run: npm run lint - - name: Run unit tests - run: npm run test - - name: Create placeholder .env file if: ${{ inputs.run-build }} uses: makerxstudio/shared-config/.github/actions/env-to-placeholders@main