Skip to content

Commit

Permalink
ci: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Jan 15, 2025
1 parent e94c1a0 commit 4f2e7b5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
- name: Run tests
run: |
deno install -A -g -f -r --unstable-kv https://github.com/fluentci-io/fluentci/raw/refs/heads/main/main.ts -n fluentci
fluentci run --wasm fmt
fluentci run --wasm lint
fluentci run --wasm test
fluentci run --wasm coverage
fluentci run --wasm deno fmt
fluentci run --wasm deno lint
fluentci run --wasm deno test
fluentci run --wasm deno coverage
- name: Upload to Codecov
run: fluentci run --wasm codecov upload
env:
Expand Down

0 comments on commit 4f2e7b5

Please sign in to comment.