Skip to content

ci: update ci.yml

ci: update ci.yml #1

Workflow file for this run

name: ci
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build and Test
uses: fluentci-io/setup-fluentci@v5
with:
wasm: true
plugin: gradle
args: |
test
build