Skip to content

Commit

Permalink
ci: fix fluentci cli install
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Jan 15, 2025
1 parent 5b54556 commit e94c1a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: fluentci-io/setup-fluentci@v5
- name: Run tests
run: |
deno install -A -g -f -r https://github.com/fluentci-io/fluentci/raw/refs/heads/main/main.ts -n fluentci
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
Expand Down

0 comments on commit e94c1a0

Please sign in to comment.