Dan Ditomaso
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
.github/workflows/nightly.yml
|
|
|
@ -26,7 +26,7 @@ jobs: |
|
|
|
path: ${{ steps.setup-deno.outputs.deno-cache-path }} |
|
|
|
key: deno-cache-${{ runner.os }}-${{ hashFiles('**/deno.lock') }} |
|
|
|
restore-keys: | |
|
|
|
deno-cache-${{ runner.os }}- |
|
|
|
deno-cache-${{ runner.os }}-* |
|
|
|
|
|
|
|
# - name: Run tests |
|
|
|
# working-directory: packages/web |
|
|
|
|