Skip to content

Commit

Permalink
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -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: ./tests/deno_bot_test.ts

# - name: Test Packaging
# if: matrix.rust == 'stable'

0 comments on commit 1a14cf3

Please sign in to comment.