Skip to content

Merge pull request #582 from logion-network/fix/create-or-update-llo #1745

Merge pull request #582 from logion-network/fix/create-or-update-llo

Merge pull request #582 from logion-network/fix/create-or-update-llo #1745

Workflow file for this run

name: Test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build and test
run: |
yarn install --immutable
yarn build
yarn test