Skip to content

Commit

Permalink
Merge pull request #15 from marigold-dev/add-ligo-action-for-tests
Browse files Browse the repository at this point in the history
Added ligo action test workflow
  • Loading branch information
aguillon authored Aug 16, 2023
2 parents 8b4de93 + 57a8f67 commit 384a753
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
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

0 comments on commit 384a753

Please sign in to comment.