Skip to content

MetaCall Examples CI #1

MetaCall Examples CI

MetaCall Examples CI #1

Workflow file for this run

name: Test Suite
on:
workflow_dispatch:
pull_request:
push:
tags:
- 'v*.*.*'
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Install MetaCall
run: curl -sL https://raw.githubusercontent.com/metacall/install/master/install.sh | sh
# TODO
# - name: Install dependencies
# run: |
# python -m pip install --upgrade pip
# pip install -r requirements.txt
# TODO: Iterate through the whole folder and test all suites
- name: Run tests
run: python ./metacall-test.py -f test-suits/test-time-app-web.yaml -V