Skip to content

Commit

Permalink
update fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Nov 8, 2023
1 parent c6972c4 commit 26d015c
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions fixtures/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: denoland/setup-deno@v1
with:
deno-version: v1.37
- name: Setup Fluent CI CLI
run: deno install -A -r https://cli.fluentci.io -n fluentci
- name: Setup Dagger
run: |
curl -L https://dl.dagger.io/dagger/install.sh | DAGGER_VERSION=0.8.1 sh
sudo mv bin/dagger /usr/local/bin
dagger version
- name: Setup Fluent CI
uses: fluentci-io/setup-fluentci@v1
- name: Run Tests and Build
run: fluentci run rust_pipeline test build

0 comments on commit 26d015c

Please sign in to comment.