diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index ba4dd0f..e0576ac 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -16,6 +16,9 @@ jobs: include: - {name: etv, repo: term-validator} - {name: spawn_mode, repo: spawn-mode} + - {name: otpless_worker, repo: otpless-worker} + - {name: otpless_orchestrator, repo: otpless-orchestrator} + - {name: otpless_reactor, repo: otpless-reactor} runs-on: ubuntu-latest container: diff --git a/README.md b/README.md index 93b2657..90aab74 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,9 @@ All projects it's checking. - Term Validator - Spawn Mode +- OTPless Worker +- OTPless Orchestrator +- OTPless Reactor Instead of a thorough check for all platforms, all architectures and all Erlang versions, it only checks using the latest stable 'erlang' image on Linux