Skip to content

Commit

Permalink
Merge pull request #10 from fluent-ci-templates/feat/wasm-plugin
Browse files Browse the repository at this point in the history
feat: add wasm plugin
  • Loading branch information
tsirysndr authored Apr 10, 2024
2 parents dd848ca + 390b482 commit 548d258
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,15 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Setup Fluent CI
uses: fluentci-io/setup-fluentci@v4
uses: fluentci-io/setup-fluentci@v5
with:
wasm: true
pipeline: deno
args: |
fmt
test
- name: Run Dagger Pipelines
run: |
fluentci run deno_pipeline fmt test
dagger -m github.com/fluent-ci-templates/codecov-pipeline@main functions
- name: Upload to Codecov
run: dagger run deno run -A src/dagger/runner.ts
Expand Down
2 changes: 1 addition & 1 deletion plugin/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion plugin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "codecov"
version = "0.1.0"
version = "0.10.0"

[lib]
crate-type = ["cdylib"]
Expand Down

0 comments on commit 548d258

Please sign in to comment.