Skip to content

Commit 8e7e725

Browse files
committed
chore: update ci
1 parent d5ec1e3 commit 8e7e725

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: ci
33
on: [push, pull_request]
44

55
jobs:
6-
oak:
6+
ci:
77
runs-on: ubuntu-latest
88
steps:
99
- name: clone repository

deno.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
"./batched_atomic": "./batched_atomic.ts",
66
"./blob": "./blob.ts",
77
"./json": "./json.ts",
8-
"./keys": "./keys.ts",
9-
"./ndjson": "./ndjson.ts"
8+
"./keys": "./keys.ts"
109
},
1110
"tasks": {
1211
"coverage": "deno coverage --lcov --output=cov.lcov ./cov",

0 commit comments

Comments
 (0)