Skip to content

Commit

Permalink
ci: use fluentci-io/setup-fluentci@v5
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Apr 10, 2024
1 parent a88daee commit 4e9399d
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,19 @@ 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
coverage
- name: Run Dagger Pipelines
run: |
fluentci run deno_pipeline fmt test
dagger -m github.com/fluent-ci-templates/bun-pipeline@main functions
- name: Upload Coverage
run: fluentci run codecov_pipeline
- name: Upload to Codecov
run: fluentci run --wasm codecov upload
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
publish:
Expand Down

0 comments on commit 4e9399d

Please sign in to comment.