codex-storage / cs-codex-dist-tests

Distributed System Tests for Nim-Codex
4 stars 4 forks source link

Add GitHub Actions workflow to run tests #22

Closed veaceslavdoina closed 1 year ago

veaceslavdoina commented 1 year ago

We already know how to Manual run inside Kubernetes via Job #7 and we also

  1. Have a workaround via custom entrypoint to authenticate on Kubernetes via kubeconfig
  2. Have a kubeconfig for GitHub Actions
  3. Have a kubeconfig for App

Now, we need a workflow to run tests manually via Job creation and later will run them on other GitHub events as well.