Skip to content

Commit

Permalink
ci: update example
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Apr 9, 2024
1 parent f9d7b05 commit 562aec2
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,10 @@ jobs:
with:
deno-version: v1.41
- name: Setup Fluent CI CLI
run: deno install -A -r https://cli.fluentci.io -n fluentci
uses: fluentci-io/setup-fluentci@v5
- name: Run Wasm Pipeline
run: fluentci run --wasm . test
working-directory: example
- name: Setup Dagger
run: |
curl -L https://dl.dagger.io/dagger/install.sh | DAGGER_VERSION=0.10.0 sh
sudo mv bin/dagger /usr/local/bin
dagger version
- name: Run Dagger Pipelines
run: dagger run deno run -A ../src/dagger/runner.ts clippy test llvm_cov build
working-directory: example

0 comments on commit 562aec2

Please sign in to comment.