Skip to content

Commit

Permalink
chore: update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kitsonk committed Mar 4, 2024
1 parent d5ec1e3 commit 8e7e725
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: ci
on: [push, pull_request]

jobs:
oak:
ci:
runs-on: ubuntu-latest
steps:
- name: clone repository
Expand Down
3 changes: 1 addition & 2 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
"./batched_atomic": "./batched_atomic.ts",
"./blob": "./blob.ts",
"./json": "./json.ts",
"./keys": "./keys.ts",
"./ndjson": "./ndjson.ts"
"./keys": "./keys.ts"
},
"tasks": {
"coverage": "deno coverage --lcov --output=cov.lcov ./cov",
Expand Down

0 comments on commit 8e7e725

Please sign in to comment.