Skip to content

Commit

Permalink
ci: use fluentci run instead of dagger run
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Nov 2, 2023
1 parent 26acdd7 commit 8eaa24a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
- name: Setup Fluent CI
uses: fluentci-io/setup-fluentci@v1
- name: Run Dagger Pipelines
run: dagger run fluentci . fmt lint test
run: fluentci run . fmt lint test
- name: Upload to Codecov
run: dagger run fluentci codecov_pipeline
run: fluentci run codecov_pipeline
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 8eaa24a

Please sign in to comment.