Skip to content

Add integration tests #1

Add integration tests

Add integration tests #1

Workflow file for this run

name: End to End tests
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
endtoend:
name: End to End tests
runs-on: ubuntu-latest
env:
FLYTESNACKS_VERSION: ""
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: unionai/flytectl-setup-action@v0.0.1
name: Setup flytectl
- uses: actions/setup-python@v3
with:
python-version: 3.10
- name: Create Sandbox Cluster
run: |
flytectl config init
flytectl demo start
kubectl create -k "github.com/ray-project/kuberay/ray-operator/config/default?ref=v0.5.2"
kubectl rollout restart deployment flyte-sandbox -n flyte
- name: Setup Flytekit
run: |
python -m pip install --upgrade pip
pip install flytekit flytekitplugins-deck-standard flytekitplugins-ray
pip freeze
- name: execute flyte workflows
working-directory: examples
run: |
pyflyte run --remote integration_test.py integration_test