Skip to content

Commit

Permalink
ci: update example.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Apr 15, 2024
1 parent c7c38f9 commit da2fcb6
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,14 @@ 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
plugin: .
args: |
test
build
working-directory: example
- name: Run Dagger Pipelines
run: |
dagger run deno run -A ../src/dagger/runner.ts test
Expand Down

0 comments on commit da2fcb6

Please sign in to comment.