Skip to content

Commit

Permalink
ci: verify dagger functions
Browse files Browse the repository at this point in the history
ci: verify dagger functions
  • Loading branch information
tsirysndr committed Mar 2, 2024
1 parent 07ce337 commit d5b48d9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ jobs:
- name: Setup Fluent CI
uses: fluentci-io/setup-fluentci@v4
- name: Run Dagger Pipelines
run: fluentci run deno_pipeline fmt test
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
env:
Expand Down

0 comments on commit d5b48d9

Please sign in to comment.