Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

Release 0.13.0

Release 0.13.0 #69

Workflow file for this run

name: Test containers
on:
push:
branches: [ main ]
pull_request:
workflow_dispatch:
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: checkout code
uses: actions/checkout@v3
- name: Download latest nightly Juvix binary
uses: jaxxstorm/[email protected]
with:
repo: anoma/juvix-nightly-builds
cache: enable
- name: Run tests
run: |
make test