Skip to content

Commit

Permalink
wip: missing ci dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Yohe-Am committed Dec 25, 2024
1 parent d595dec commit a9627dc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
- ready_for_review

env:
DENO_VERSION: "2.1.2"
GHJK_LOG: debug
GHJK_LOG_PANIC_LEVEL: error
DENO_DIR: .deno-dir
Expand All @@ -27,6 +28,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: dsherret/rust-toolchain-file@v1
- uses: denoland/setup-deno@v1
with:
deno-version: ${{ env.DENO_VERSION }}
# run ghjk once to avoid trigger file changes when
# pre commit runs ghjk. We'll always see changes
# to lock.json since GITHUB_TOKEN is different
Expand Down Expand Up @@ -54,6 +58,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: dsherret/rust-toolchain-file@v1
- uses: denoland/setup-deno@v1
with:
deno-version: ${{ env.DENO_VERSION }}
- name: Cache deno dir
uses: actions/cache@v4
with:
Expand Down

0 comments on commit a9627dc

Please sign in to comment.