Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Apr 10, 2024
1 parent 40e5e44 commit 1985df8
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,23 +40,20 @@ on:
push:
branches:
- main
workflow_dispatch:

jobs:
setup-fluentci:
runs-on: ${{ matrix.os }}
continue-on-error: true
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup FluentCI
uses: fluentci-io/setup-fluentci@v5
with:
wasm: true
pipeline: base_pipeline # Name of the Wasm Plugin (reusable pipeline)
# Arguments to pass to the pipeline: function_name args
wasm: true # set to true so WebAssembly plugins can be used
pipeline: base_pipeline # Name of the Wasm Plugin,
# will be downloaded from the registry https://pkg.fluentci.io

# Arguments to pass to the plugin: function_name args
args: |
hello Tsiry Sandratraina
hello again
Expand Down

0 comments on commit 1985df8

Please sign in to comment.