Skip to content

Merge pull request #15 from marigold-dev/add-ligo-action-for-tests #2

Merge pull request #15 from marigold-dev/add-ligo-action-for-tests

Merge pull request #15 from marigold-dev/add-ligo-action-for-tests #2

Workflow file for this run

name: Run Ligo Tests
on:
workflow_dispatch: # adding the workflow_dispatch so it can be triggered manually
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Ligo version
uses: marigold-dev/[email protected]
with:
ligo_version: 0.70.1
command: version
working_directory: batcher
- name: Run test
uses: marigold-dev/[email protected]
with:
ligo_version: 0.70.1
command: run test test.mligo
working_directory: test