Skip to content

Commit 8e3e191

Browse files
committed
ci: update workflows
1 parent 7326d0a commit 8e3e191

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,12 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v3
1313
- name: Setup Fluent CI
14-
uses: fluentci-io/setup-fluentci@v4
14+
uses: fluentci-io/setup-fluentci@v5
15+
with:
16+
pipeline: deno_pipeline
17+
args: fmt test
1518
- name: Run Dagger Pipelines
1619
run: |
17-
fluentci run deno_pipeline fmt test
1820
dagger -m github.com/fluent-ci-templates/github-pipeline@main functions
1921
- name: Upload to Codecov
2022
run: fluentci run codecov_pipeline

0 commit comments

Comments
 (0)