Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sigmaSd committed Nov 5, 2024
1 parent 70b3569 commit fea2759
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
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-2019, macOS-latest]
os: [ubuntu-latest, windows-latest, macOS-latest]
rust: [stable, nightly]
# Allow failures on nightly, it's just informative
include:
Expand All @@ -28,7 +28,7 @@ jobs:
can-fail: true
steps:
- name: Checkout Repository
uses: actions/checkout@v1
uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Install Rust
Expand All @@ -54,10 +54,10 @@ 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: ./tests/deno_bot_test.ts
Expand Down

0 comments on commit fea2759

Please sign in to comment.