diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5f76b2c..d3799a2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,8 +59,8 @@ jobs: with: deno-version: v1.x - - name: End to End test with deno - run: ./tests/deno_bot_test.ts + #- name: End to End test with deno + # run: ./tests/deno_bot_test.ts # - name: Test Packaging # if: matrix.rust == 'stable'