From 1985df82baea9f92623691d3dcf5ed7f140cd2d2 Mon Sep 17 00:00:00 2001 From: Tsiry Sandratraina Date: Wed, 10 Apr 2024 06:50:59 +0000 Subject: [PATCH] update README.md --- README.md | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 23628ba..b3b291b 100644 --- a/README.md +++ b/README.md @@ -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