Skip to content

Commit

Permalink
ci: shorten-ize runs
Browse files Browse the repository at this point in the history
Maybe.
  • Loading branch information
lishaduck committed Dec 17, 2023
1 parent 49f001e commit 9080036
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deno.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,6 @@ jobs:
- name: 🧪 Run tests
run: deno task test

- name: 📊 Collect coverage
run: deno task test:coverage

- name: 🔨 Build
run: deno task build

Expand All @@ -75,3 +72,6 @@ jobs:
with:
project: "loud-ape-90"
entrypoint: src/main.ts

# - name: 📊 Collect coverage
# run: deno task test:coverage

0 comments on commit 9080036

Please sign in to comment.