diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 53200eb268..6a1db83e21 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -60,18 +60,6 @@ jobs: exit 1 fi - - helicone-node-tests: - name: Helicone Node Package tests - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - name: Run node tests - working-directory: sdk/typescript/core - run: | - npm install - npm test - lint: name: Lint runs-on: ubuntu-latest