Skip to content

Commit 24c7cb0

Browse files
committed
Merge branch 'main' of https://github.com/metatypedev/metatype into upload/s3
2 parents 1f28ba2 + 7b8c794 commit 24c7cb0

File tree

49 files changed

+2004
-13226
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+2004
-13226
lines changed

.github/workflows/tests.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,11 @@ jobs:
9494
- uses: denoland/setup-deno@v1
9595
with:
9696
deno-version: ${{ env.DENO_VERSION }}
97-
- name: Cache deno dir
98-
uses: actions/cache@v4
99-
with:
100-
path: ${{ env.DENO_DIR }}
101-
key: deno-mac-${{ hashFiles('**/deno.lock') }}
97+
# - name: Cache deno dir
98+
# uses: actions/cache@v4
99+
# with:
100+
# path: ${{ env.DENO_DIR }}
101+
# key: deno-mac-${{ hashFiles('**/deno.lock') }}
102102
- uses: metatypedev/setup-ghjk@2e8bbf084060a18828338a7cdd43fde6feb2a3cc
103103
- name: Cache .venv dir
104104
uses: actions/cache@v4
@@ -316,7 +316,7 @@ jobs:
316316
NPM_CONFIG_REGISTRY=http://localhost:4873 deno cache --import-map typegate/import_map.json \
317317
typegate/src/main.ts \
318318
typegate/tests/utils/*.ts \
319-
typegate/tests/runtimes/wasmedge/*.ts \
319+
typegate/tests/runtimes/wasm/*.ts \
320320
dev/deps.ts \
321321
dev/utils.ts
322322
deno --unstable-worker-options --unstable-net coverage ./coverage --lcov > coverage.lcov

0 commit comments

Comments
 (0)