diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ca572a5..e83779b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,13 +54,13 @@ jobs: continue-on-error: ${{ matrix.can-fail }} # TODO: figure out how to unflake this - # - name: Install deno - # uses: denoland/setup-deno@v1 - # with: - # deno-version: v1.x + - name: Install deno + uses: denoland/setup-deno@v1 + with: + deno-version: v1.x - # - name: End to End test with deno - # run: deno run -A --unstable tests/deno_bot_test.ts + - name: End to End test with deno + run: deno run -A --unstable tests/deno_bot_test.ts # - name: Test Packaging # if: matrix.rust == 'stable'