Browse Source

Update .github/workflows/nightly.yml

Co-authored-by: Copilot <[email protected]>
pull/709/head
Dan Ditomaso 1 year ago
committed by GitHub
parent
commit
e4aa2d9985
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/nightly.yml

2
.github/workflows/nightly.yml

@ -26,7 +26,7 @@ jobs:
path: ${{ steps.setup-deno.outputs.deno-cache-path }} path: ${{ steps.setup-deno.outputs.deno-cache-path }}
key: deno-cache-${{ runner.os }}-${{ hashFiles('**/deno.lock') }} key: deno-cache-${{ runner.os }}-${{ hashFiles('**/deno.lock') }}
restore-keys: | restore-keys: |
deno-cache-${{ runner.os }}- deno-cache-${{ runner.os }}-*
# - name: Run tests # - name: Run tests
# working-directory: packages/web # working-directory: packages/web

Loading…
Cancel
Save